Skip to content
Snippets Groups Projects
Commit a674d67c authored by Stephen Haberman's avatar Stephen Haberman
Browse files

Fix start-slave not passing instance number to spark-daemon.

parent 3db1e17b
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ if [ "$SPARK_PUBLIC_DNS" = "" ]; then
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