Github user nicklan commented on a diff in the pull request:
https://github.com/apache/spark/pull/137#discussion_r10722141
--- Diff: sbin/start-slaves.sh ---
@@ -37,7 +53,7 @@ fi
# Launch the slaves
if [ "$SPARK_WORKER_INSTANCES" = "" ]; then
- exec "$sbin/slaves.sh" cd "$SPARK_HOME" \; "$sbin/start-slave.sh" 1
spark://$SPARK_MASTER_IP:$SPARK_MASTER_PORT
+ "$sbin/slaves.sh" cd "$SPARK_HOME" \; "$sbin/start-slave.sh" 1
spark://$SPARK_MASTER_IP:$SPARK_MASTER_PORT
--- End diff --
With the exec, the script stops running (i.e. bash exits, so tachyon will
never start). I could put the tachyon start above I suppose, and not need this
change.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---