Skip to content

Commit db821fe

Browse files
liu-zhaokunsrowen
authored andcommitted
[SPARK-20796] the location of start-master.sh in spark-standalone.md is wrong
[https://issues.apache.org/jira/browse/SPARK-20796](https://issues.apache.org/jira/browse/SPARK-20796) the location of start-master.sh in spark-standalone.md should be "sbin/start-master.sh" rather than "bin/start-master.sh". Author: liuzhaokun <liu.zhaokun@zte.com.cn> Closes #18027 from liu-zhaokun/sbin. (cherry picked from commit 99452df) Signed-off-by: Sean Owen <sowen@cloudera.com>
1 parent c708b14 commit db821fe

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)