Hi all,

I'm running into an issue with the deploy scripts in mesos 0.13.0

The mesos-daemon.sh script has the folliwing:

nohup ${exec_prefix}/sbin/${PROGRAM} \
 * --conf=${prefix}/var/mesos/conf* ${@} </dev/null >/dev/null 2>&1 &

However the mesos-master bin does not support the --conf flag and fails.

Am I missing something?

-Phil

Reply via email to