Skip to content

Commit

Permalink
SPARK-1944 Document --verbose in spark-shell -h
Browse files Browse the repository at this point in the history
https://issues.apache.org/jira/browse/SPARK-1944

Author: Andrew Ash <andrew@andrewash.com>

Closes apache#1020 from ash211/SPARK-1944 and squashes the following commits:

a831c4d [Andrew Ash] SPARK-1944 Document --verbose in spark-shell -h

(cherry picked from commit 35630c8)
Signed-off-by: Reynold Xin <rxin@apache.org>
  • Loading branch information
ash211 authored and rxin committed Jun 9, 2014
1 parent 502a8f7 commit a5848d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {
|
| --executor-memory MEM Memory per executor (e.g. 1000M, 2G) (Default: 1G).
|
| --help, -h Show this help message and exit
| --verbose, -v Print additional debug output
|
| Spark standalone with cluster deploy mode only:
| --driver-cores NUM Cores for driver (Default: 1).
| --supervise If given, restarts the driver on failure.
Expand Down

0 comments on commit a5848d3

Please sign in to comment.