Skip to content

Commit a5848d3

Browse files
ash211rxin
authored andcommitted
SPARK-1944 Document --verbose in spark-shell -h
https://issues.apache.org/jira/browse/SPARK-1944 Author: Andrew Ash <[email protected]> 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 <[email protected]>
1 parent 502a8f7 commit a5848d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {
360360
|
361361
| --executor-memory MEM Memory per executor (e.g. 1000M, 2G) (Default: 1G).
362362
|
363+
| --help, -h Show this help message and exit
364+
| --verbose, -v Print additional debug output
365+
|
363366
| Spark standalone with cluster deploy mode only:
364367
| --driver-cores NUM Cores for driver (Default: 1).
365368
| --supervise If given, restarts the driver on failure.

0 commit comments

Comments
 (0)