Skip to content
Snippets Groups Projects
Commit 0e94b734 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #625 from stephenh/fix-start-slave

Fix start-slave not passing instance number to spark-daemon.
parents 74b91d53 a674d67c
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ if [ "$SPARK_PUBLIC_DNS" = "" ]; then ...@@ -12,4 +12,4 @@ if [ "$SPARK_PUBLIC_DNS" = "" ]; then
fi fi
fi fi
"$bin"/spark-daemon.sh start spark.deploy.worker.Worker "$@" "$bin"/spark-daemon.sh start spark.deploy.worker.Worker 1 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment