Skip to content

Commit f005be0

Browse files
srowenAndrew Or
authored andcommitted
[SPARK-8395] [DOCS] start-slave.sh docs incorrect
start-slave.sh no longer takes a worker # param in 1.4+ Author: Sean Owen <[email protected]> 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+
1 parent 0c1b2df commit f005be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spark-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the master's web UI, which is [http://localhost:8080](http://localhost:8080) by
2424

2525
Similarly, you can start one or more workers and connect them to the master via:
2626

27-
./sbin/start-slave.sh <worker#> <master-spark-URL>
27+
./sbin/start-slave.sh <master-spark-URL>
2828

2929
Once you have started a worker, look at the master's web UI ([http://localhost:8080](http://localhost:8080) by default).
3030
You should see the new node listed there, along with its number of CPUs and memory (minus one gigabyte left for the OS).

0 commit comments

Comments
 (0)