aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2014-06-09 10:21:21 -0700
committerReynold Xin <rxin@apache.org>2014-06-09 10:21:21 -0700
commit35630c86ff0e27862c9d902887eb0a24d25867ae (patch)
tree11dd4793907b9cdd48d0296b55cab336db42304b /core
parent6113ac1559d62c828dfbf08ef0f7f172c24cf7f5 (diff)
downloadspark-35630c86ff0e27862c9d902887eb0a24d25867ae.tar.gz
spark-35630c86ff0e27862c9d902887eb0a24d25867ae.tar.bz2
spark-35630c86ff0e27862c9d902887eb0a24d25867ae.zip
SPARK-1944 Document --verbose in spark-shell -h
https://issues.apache.org/jira/browse/SPARK-1944 Author: Andrew Ash <andrew@andrewash.com> Closes #1020 from ash211/SPARK-1944 and squashes the following commits: a831c4d [Andrew Ash] SPARK-1944 Document --verbose in spark-shell -h
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
index 153eee3bc5..f1032ea8db 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
@@ -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.