Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/1200#discussion_r14318212
--- Diff:
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
@@ -338,8 +338,9 @@ private[spark] class SparkSubmitArguments(args:
Seq[String]) {
"""Usage: spark-submit [options] <app jar | python file> [app
options]
|Options:
| --master MASTER_URL spark://host:port,
mesos://host:port, yarn, or local.
- | --deploy-mode DEPLOY_MODE Where to run the driver program:
either "client" to run
- | on the local machine, or "cluster"
to run inside cluster.
+ | --deploy-mode DEPLOY_MODE Whether to launch the driver
program locally (client) or
--- End diff --
it might be good to put these in quotes
---
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.
---