aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-06-17 13:31:10 -0700
committerAndrew Or <andrew@databricks.com>2015-06-17 13:31:10 -0700
commitf005be02730db315e2a6d4dbecedfd2562b9ef1f (patch)
tree9de35f77415bb8941acdd3def18f5751035fbb13 /docs
parent0c1b2df043fde9ac9f28a5f348ee96ce124f2c6b (diff)
downloadspark-f005be02730db315e2a6d4dbecedfd2562b9ef1f.tar.gz
spark-f005be02730db315e2a6d4dbecedfd2562b9ef1f.tar.bz2
spark-f005be02730db315e2a6d4dbecedfd2562b9ef1f.zip
[SPARK-8395] [DOCS] start-slave.sh docs incorrect
start-slave.sh no longer takes a worker # param in 1.4+ Author: Sean Owen <sowen@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+
Diffstat (limited to 'docs')
-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 12d7d6e159..4f71fbc086 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).