Skip to content

Commit

Permalink
SPARK-1659: improvements spark-submit usage
Browse files Browse the repository at this point in the history
Author: witgo <[email protected]>

Closes apache#581 from witgo/SPARK-1659 and squashes the following commits:

0b2cf98 [witgo] Delete spark-submit obsolete usage: "--arg ARG"
  • Loading branch information
witgo authored and pwendell committed May 2, 2014
1 parent 55c760f commit 40cf6d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {
| --master MASTER_URL spark://host:port, mesos://host:port, yarn, or local.
| --deploy-mode DEPLOY_MODE Mode to deploy the app in, either 'client' or 'cluster'.
| --class CLASS_NAME Name of your app's main class (required for Java apps).
| --arg ARG Argument to be passed to your application's main class. This
| option can be specified multiple times for multiple args.
| --name NAME The name of your application (Default: 'Spark').
| --jars JARS A comma-separated list of local jars to include on the
| driver classpath and that SparkContext.addJar will work
Expand Down

0 comments on commit 40cf6d3

Please sign in to comment.