Created
June 11, 2014 12:03
-
-
Save mychaelstyle/0064d775f2243a290cde to your computer and use it in GitHub Desktop.
Apache Spark ドキュメント和訳 - Submitting Applications ref: http://qiita.com/mychaelstyle/items/0a1a9ba99bdd0b253d66
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./bin/spark-submit \ | |
--class <main-class> | |
--master <master-url> \ | |
--deploy-mode <deploy-mode> \ | |
... # other options | |
<application-jar> \ | |
[application-arguments] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment