Skip to content

Commit 16ea884

Browse files
committed
Address the comments
1 parent 5795800 commit 16ea884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/start-slaves.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ "$SPARK_MASTER_IP" = "" ]; then
5151
fi
5252

5353
if [ "$START_TACHYON" == "true" ]; then
54-
"${SPARK_HOME}/sbin/slaves.sh" cd "$SPARK_HOME" \; "${SPARK_HOME}/sbin"/../tachyon/bin/tachyon bootstrap-conf "$SPARK_MASTER_IP"
54+
"${SPARK_HOME}/sbin/slaves.sh" cd "${SPARK_HOME}" \; "${SPARK_HOME}/sbin"/../tachyon/bin/tachyon bootstrap-conf "$SPARK_MASTER_IP"
5555

5656
# set -t so we can call sudo
5757
SPARK_SSH_OPTS="-o StrictHostKeyChecking=no -t" "${SPARK_HOME}/sbin/slaves.sh" cd "${SPARK_HOME}" \; "${SPARK_HOME}/tachyon/bin/tachyon-start.sh" worker SudoMount \; sleep 1

0 commit comments

Comments
 (0)