Skip to content
Snippets Groups Projects
Commit f005be02 authored by Sean Owen's avatar Sean Owen Committed by Andrew Or
Browse files

[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+
parent 0c1b2df0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ the master's web UI, which is [http://localhost:8080](http://localhost:8080) by ...@@ -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: 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). 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). You should see the new node listed there, along with its number of CPUs and memory (minus one gigabyte left for the OS).
......
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