Repository: spark Updated Branches: refs/heads/master 436a7730b -> 66107f46f
Docs : use "--total-executor-cores" rather than "--cores" after spark-shell Author: CrazyJvm <[email protected]> Closes #2540 from CrazyJvm/standalone-core and squashes the following commits: 66d9fc6 [CrazyJvm] use "--total-executor-cores" rather than "--cores" after spark-shell Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/66107f46 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/66107f46 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/66107f46 Branch: refs/heads/master Commit: 66107f46f374f83729cd79ab260eb59fa123c041 Parents: 436a773 Author: CrazyJvm <[email protected]> Authored: Sat Sep 27 09:41:04 2014 -0700 Committer: Andrew Or <[email protected]> Committed: Sat Sep 27 09:42:01 2014 -0700 ---------------------------------------------------------------------- docs/spark-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/66107f46/docs/spark-standalone.md ---------------------------------------------------------------------- diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index 58103fa..a3028aa 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
