зеркало из https://github.com/microsoft/spark.git
Fix start-slave not passing instance number to spark-daemon.
This commit is contained in:
Родитель
3db1e17baa
Коммит
a674d67c0a
|
@ -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 "$@"
|
||||
|
|
Загрузка…
Ссылка в новой задаче