You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2014/09/27 18:42:08 UTC

git commit: Docs : use "--total-executor-cores" rather than "--cores" after spark-shell

Repository: spark
Updated Branches:
  refs/heads/master 436a7730b -> 66107f46f


Docs : use "--total-executor-cores" rather than "--cores" after spark-shell

Author: CrazyJvm <cr...@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


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 <cr...@gmail.com>
Authored: Sat Sep 27 09:41:04 2014 -0700
Committer: Andrew Or <an...@gmail.com>
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org