Skip to content

Instantly share code, notes, and snippets.

@mychaelstyle
Created June 11, 2014 12:03
Show Gist options
  • Save mychaelstyle/0064d775f2243a290cde to your computer and use it in GitHub Desktop.
Save mychaelstyle/0064d775f2243a290cde to your computer and use it in GitHub Desktop.
Apache Spark ドキュメント和訳 - Submitting Applications ref: http://qiita.com/mychaelstyle/items/0a1a9ba99bdd0b253d66
./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