Re: mesos 0.13.0 mesos-master noexists --conf option

2013-09-25 Thread Vinod Kone
Did you get Ben Mahler's reply to a similar thread earlier? On Tue, Sep 24, 2013 at 8:48 PM, <277365...@qq.com> wrote: > > > I want to start mesos like: > mesos-master --conf=${mesos_home}/var/conf > > but 0.13 has no --conf option. > > what can I do to start mesos?

Re: conf flag change from .12 to .13

2013-09-25 Thread Benjamin Mahler
Looks like 0.13.0 does not have the fix cherry-picked. 0.14.0 is incoming and will include the fix, until then you can cherry-pick the following commit, although it may depend on additional patches! commit 028d500c6d00023c8a56b37f885207adfd1e9a50 Author: Charles Reiss Date: Fri Jun 14 22:16:38

conf flag change from .12 to .13

2013-09-25 Thread Phil Siegrist
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 2>&1 & However the mesos-master bin does not support the --conf flag and fails. Am I