Re: setting roles in mesos 0.28

2016-04-29 Thread Stefano Bianchi
this happen when i have 3 masters however. 2016-04-29 19:02 GMT+02:00 haosdent : > >When a master is elected, after a minute it disconnect re-electing > another master. > Last week I use 0.28.1 to set up two masters in same server + a docker > containered zookeeper. It works

Re: setting roles in mesos 0.28

2016-04-29 Thread haosdent
>When a master is elected, after a minute it disconnect re-electing another master. Last week I use 0.28.1 to set up two masters in same server + a docker containered zookeeper. It works fine for me and could not reproduce the question you mentioned before. But I would continue to try reproduce it

Re: setting roles in mesos 0.28

2016-04-29 Thread Stefano Bianchi
I notice from mates of mine, several issues with mesos 0.28.1. Specially on the master election stability. When a master is elected, after a minute it disconnect re-electing another master. Anyone of you have this issue? This is not my issue, since im running 0.27.2 which is much more stable. Il

Re: setting roles in mesos 0.28

2016-04-25 Thread Adam Bordelon
Seems like you're trying to start Marathon with multiple Mesos roles "spark;sparkr;ms;qa", but Marathon may be interpreting this as a single role that happens to include semi-colons. Mesos does not yet support multiple roles in a single framework. See

Re: setting roles in mesos 0.28

2016-04-20 Thread Rodrick Brown
On Apr 20 2016, at 1:36 am, Jian Qiu gothicqiuj...@gmail.com wrote: > It is not necessary to configure --role on master. Actually it should work if you configure --default_role='sparkr' on agent and start marathon with --mesos_role=sparkr. Which version of mesos are you using? And could you

Re: setting roles in mesos 0.28

2016-04-19 Thread Jian Qiu
It is not necessary to configure --role on master. Actually it should work if you configure --default_role='sparkr' on agent and start marathon with --mesos_role=sparkr. Which version of mesos are you using? And could you attach the master log? On Wed, Apr 20, 2016 at 11:11 AM, Rodrick Brown