aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spark-standalone.md')
-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