Skip to content
Snippets Groups Projects
Commit 66107f46 authored by CrazyJvm's avatar CrazyJvm Committed by Andrew Or
Browse files

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
parent 436a7730
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment