提交 9e20147c 编写于 作者: T Till Rohrmann

[scripts] Fixes path for taskmanager.sh in the start-cluster.sh script

上级 cf225f0f
......@@ -52,5 +52,5 @@ fi
readSlaves
for slave in ${SLAVES[@]}; do
ssh -n $FLINK_SSH_OPTS $slave -- "nohup /bin/bash -l $bin/taskmanager.sh start ${STREAMING_MODE} &"
ssh -n $FLINK_SSH_OPTS $slave -- "nohup /bin/bash -l $FLINK_BIN_DIR/taskmanager.sh start ${STREAMING_MODE} &"
done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册