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 2015/06/17 22:31:14 UTC

spark git commit: [SPARK-8395] [DOCS] start-slave.sh docs incorrect

Repository: spark
Updated Branches:
  refs/heads/master 0c1b2df04 -> f005be027


[SPARK-8395] [DOCS] start-slave.sh docs incorrect

start-slave.sh no longer takes a worker # param in 1.4+

Author: Sean Owen <so...@cloudera.com>

Closes #6855 from srowen/SPARK-8395 and squashes the following commits:

300278e [Sean Owen] start-slave.sh no longer takes a worker # param in 1.4+


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f005be02
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f005be02
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f005be02

Branch: refs/heads/master
Commit: f005be02730db315e2a6d4dbecedfd2562b9ef1f
Parents: 0c1b2df
Author: Sean Owen <so...@cloudera.com>
Authored: Wed Jun 17 13:31:10 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Wed Jun 17 13:31:10 2015 -0700

----------------------------------------------------------------------
 docs/spark-standalone.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f005be02/docs/spark-standalone.md
----------------------------------------------------------------------
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 12d7d6e..4f71fbc 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -24,7 +24,7 @@ the master's web UI, which is [http://localhost:8080](http://localhost:8080) by
 
 Similarly, you can start one or more workers and connect them to the master via:
 
-    ./sbin/start-slave.sh <worker#> <master-spark-URL>
+    ./sbin/start-slave.sh <master-spark-URL>
 
 Once you have started a worker, look at the master's web UI ([http://localhost:8080](http://localhost:8080) by default).
 You should see the new node listed there, along with its number of CPUs and memory (minus one gigabyte left for the OS).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org