aboutsummaryrefslogtreecommitdiff
path: root/bin/slaves.sh
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:31:07 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:31:07 -0700
commit2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a (patch)
tree7f5c24445a1b8579777368a4d0c8794913496c71 /bin/slaves.sh
parent25ac50668bf6ec278c9b19ff24e907eaf010399f (diff)
downloadspark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.tar.gz
spark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.tar.bz2
spark-2ee6a7e32aaf6dbe81ea79bee1228bb09e48dd1a.zip
Print output from spark-daemon only when it fails to launch
Diffstat (limited to 'bin/slaves.sh')
-rwxr-xr-xbin/slaves.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/slaves.sh b/bin/slaves.sh
index c8fb5ca473..752565b759 100755
--- a/bin/slaves.sh
+++ b/bin/slaves.sh
@@ -42,7 +42,7 @@ bin=`cd "$bin"; pwd`
. "$bin/spark-config.sh"
# If the slaves file is specified in the command line,
-# then it takes precedence over the definition in
+# then it takes precedence over the definition in
# spark-env.sh. Save it here.
HOSTLIST=$SPARK_SLAVES
@@ -58,8 +58,6 @@ if [ "$HOSTLIST" = "" ]; then
fi
fi
-echo $"${@// /\\ }"
-
# By default disable strict host key checking
if [ "$SPARK_SSH_OPTS" = "" ]; then
SPARK_SSH_OPTS="-o StrictHostKeyChecking=no"