aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCrazyJvm <crazyjvm@gmail.com>2014-09-27 09:41:04 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-27 09:42:01 -0700
commit66107f46f374f83729cd79ab260eb59fa123c041 (patch)
tree0f1ddf7eb12a20a6022f324763a69009d3d7d2df /docs
parent436a7730b6e7067f74b3739a3a412490003f7c4c (diff)
downloadspark-66107f46f374f83729cd79ab260eb59fa123c041.tar.gz
spark-66107f46f374f83729cd79ab260eb59fa123c041.tar.bz2
spark-66107f46f374f83729cd79ab260eb59fa123c041.zip
Docs : use "--total-executor-cores" rather than "--cores" after spark-shell
Author: CrazyJvm <crazyjvm@gmail.com> Closes #2540 from CrazyJvm/standalone-core and squashes the following commits: 66d9fc6 [CrazyJvm] use "--total-executor-cores" rather than "--cores" after spark-shell
Diffstat (limited to 'docs')
-rw-r--r--docs/spark-standalone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 58103fab20..a3028aa86d 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -247,7 +247,7 @@ To run an interactive Spark shell against the cluster, run the following command
./bin/spark-shell --master spark://IP:PORT
-You can also pass an option `--cores <numCores>` to control the number of cores that spark-shell uses on the cluster.
+You can also pass an option `--total-executor-cores <numCores>` to control the number of cores that spark-shell uses on the cluster.
# Launching Compiled Spark Applications