aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
diff options
context:
space:
mode:
authorYijie Shen <henry.yijieshen@gmail.com>2015-06-07 15:30:37 +0100
committerSean Owen <sowen@cloudera.com>2015-06-07 15:30:37 +0100
commit835f1380d95a345208b682492f0735155e61a824 (patch)
tree0d94f671fc2f830b4d0bb20e46cf2f692bd50e5e /docs/spark-standalone.md
parentca8dafcc9fa661f05da9c98104d987716aa5f5eb (diff)
downloadspark-835f1380d95a345208b682492f0735155e61a824.tar.gz
spark-835f1380d95a345208b682492f0735155e61a824.tar.bz2
spark-835f1380d95a345208b682492f0735155e61a824.zip
[DOC] [TYPO] Fix typo in standalone deploy scripts description
Author: Yijie Shen <henry.yijieshen@gmail.com> Closes #6691 from yijieshen/patch-2 and squashes the following commits: b40a4b0 [Yijie Shen] [DOC][TYPO] Fix typo in standalone deploy scripts description
Diffstat (limited to 'docs/spark-standalone.md')
-rw-r--r--docs/spark-standalone.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 0eed9adacf..12d7d6e159 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -77,7 +77,7 @@ Note, the master machine accesses each of the worker machines via ssh. By defaul
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.
-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`:
+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`:
- `sbin/start-master.sh` - Starts a master instance on the machine the script is executed on.
- `sbin/start-slaves.sh` - Starts a slave instance on each machine specified in the `conf/slaves` file.