Github user sryza commented on a diff in the pull request:
https://github.com/apache/spark/pull/563#discussion_r12023968
--- Diff: docs/cluster-overview.md ---
@@ -73,30 +73,34 @@ the bin directory. This script takes care of setting up
the classpath with Spark
dependencies, and can support different cluster managers and deploy modes
that Spark supports.
It's usage is
- ./bin/spark-submit <app jar> --class path.to.your.Class [other
options..]
+ ./bin/spark-submit --class path.to.your.Class [options] <app jar> [app
options]
-To enumerate all options available to `spark-submit` run it with the
`--help` flag.
-Here are a few examples of common options:
+When calling Spark submit `[app options]` will be passed along to your
application's
--- End diff --
Nits:
Missing comma. Also, is "Spark submit" vs. "spark-submit" intentional?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---