Skip to content

Commit 14f0ba9

Browse files
committed
[SPARK-20796] the location of start-master.sh in spark-standalone.md is wrong
1 parent 5d2750a commit 14f0ba9

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
@@ -83,7 +83,7 @@ Once you've set up this file, you can launch or stop your cluster with the follo
8383
- `sbin/start-slaves.sh` - Starts a slave instance on each machine specified in the `conf/slaves` file.
8484
- `sbin/start-slave.sh` - Starts a slave instance on the machine the script is executed on.
8585
- `sbin/start-all.sh` - Starts both a master and a number of slaves as described above.
86-
- `sbin/stop-master.sh` - Stops the master that was started via the `bin/start-master.sh` script.
86+
- `sbin/stop-master.sh` - Stops the master that was started via the `sbin/start-master.sh` script.
8787
- `sbin/stop-slaves.sh` - Stops all slave instances on the machines specified in the `conf/slaves` file.
8888
- `sbin/stop-all.sh` - Stops both the master and the slaves as described above.
8989

0 commit comments

Comments
 (0)