Skip to content

Commit b40a4b0

Browse files
committed
[DOC][TYPO] Fix typo in standalone deploy scripts description
1 parent 8c321d6 commit b40a4b0

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
@@ -77,7 +77,7 @@ Note, the master machine accesses each of the worker machines via ssh. By defaul
7777
If you do not have a password-less setup, you can set the environment variable SPARK_SSH_FOREGROUND and serially provide a password for each worker.
7878

7979

80-
Once you've set up this file, you can launch or stop your cluster with the following shell scripts, based on Hadoop's deploy scripts, and available in `SPARK_HOME/bin`:
80+
Once you've set up this file, you can launch or stop your cluster with the following shell scripts, based on Hadoop's deploy scripts, and available in `SPARK_HOME/sbin`:
8181

8282
- `sbin/start-master.sh` - Starts a master instance on the machine the script is executed on.
8383
- `sbin/start-slaves.sh` - Starts a slave instance on each machine specified in the `conf/slaves` file.

0 commit comments

Comments
 (0)