aboutsummaryrefslogtreecommitdiff
path: root/sbin/start-slaves.sh
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-03-28 12:32:35 +0000
committerSean Owen <sowen@cloudera.com>2015-03-28 12:32:35 +0000
commit99631438c0ec777d6a77974b148dbbd3e890260e (patch)
treeae582f7bbbb9ee2e18b1bae596f93e4906cafdbd /sbin/start-slaves.sh
parent5909f0973de15f685836c2828e6d4c38f57d2c19 (diff)
downloadspark-99631438c0ec777d6a77974b148dbbd3e890260e.tar.gz
spark-99631438c0ec777d6a77974b148dbbd3e890260e.tar.bz2
spark-99631438c0ec777d6a77974b148dbbd3e890260e.zip
[SPARK-6552][Deploy][Doc]expose start-slave.sh to user and update outdated doc
https://issues.apache.org/jira/browse/SPARK-6552 /cc srowen Author: WangTaoTheTonic <wangtao111@huawei.com> Closes #5205 from WangTaoTheTonic/SPARK-6552 and squashes the following commits: b02263c [WangTaoTheTonic] use less than rather than less equal f0fa408 [WangTaoTheTonic] expose start-slave.sh
Diffstat (limited to 'sbin/start-slaves.sh')
-rwxr-xr-xsbin/start-slaves.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/start-slaves.sh b/sbin/start-slaves.sh
index 76316a3067..4356c03657 100755
--- a/sbin/start-slaves.sh
+++ b/sbin/start-slaves.sh
@@ -17,6 +17,8 @@
# limitations under the License.
#
+# Starts a slave instance on each machine specified in the conf/slaves file.
+
sbin="`dirname "$0"`"
sbin="`cd "$sbin"; pwd`"