Hi Guodong, We'd like to simplify things a bit so we're moving to only allowing flags on the command line or via environment variables. I have two suggestions:
(1) If you currently use a configuration file, turn that configuration file into a script that actually launches one of the binaries and puts the flags directly on the command line. (2) Change your configuration file to actually just put all the options in the environment via MESOS_ (e.g., master=ip:port would now be MESOS_master=ip:port). You can then source this file before launching the master or slave. Thanks for pointing out that mesos-daemon.sh needs to get updated too. I've created this ticket <https://issues.apache.org/jira/browse/MESOS-490> that you can track (or better yet, please contribute!). Ben. On Sun, Jun 2, 2013 at 7:27 PM, 王国栋 <[email protected]> wrote: > Hi guys, > > I have checked out the latest code from the git repo. > > But I can not run the mesos-slave and mesos-master with the > script mesos-daemon.sh. I check the option of mesos-master and mesos-slave, > is the '--conf' removed ? > > How to start the cluster for the new code? > > Best > > Guodong >
