aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-02 18:54:08 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2014-01-02 21:48:44 +0530
commit59e8009b8d5e51b6f776720de8c9ecb09e1072dc (patch)
tree742334f855f265e007e9cac07c240c1e1bfe0d68 /make-distribution.sh
parenta3f90a2ecf14a01aa27fc95c133b1ff375583adb (diff)
downloadspark-59e8009b8d5e51b6f776720de8c9ecb09e1072dc.tar.gz
spark-59e8009b8d5e51b6f776720de8c9ecb09e1072dc.tar.bz2
spark-59e8009b8d5e51b6f776720de8c9ecb09e1072dc.zip
a few left over document change
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 8765c7e620..0463d14762 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -31,9 +31,9 @@
#
# Recommended deploy/testing procedure (standalone mode):
# 1) Rsync / deploy the dist/ dir to one host
-# 2) cd to deploy dir; ./bin/start-master.sh
+# 2) cd to deploy dir; ./sbin/start-master.sh
# 3) Verify master is up by visiting web page, ie http://master-ip:8080. Note the spark:// URL.
-# 4) ./bin/start-slave.sh 1 <<spark:// URL>>
+# 4) ./sbin/start-slave.sh 1 <<spark:// URL>>
# 5) MASTER="spark://my-master-ip:7077" ./bin/spark-shell
#