Re: some questions

2014-12-15 Thread Zameer Manji
If you want to see which slaves are in the SCHEDULED state, please take a look at the /maintenance endpoint. On Mon, Dec 15, 2014 at 3:39 PM, Alexius Ludeman wrote: > > thanks for quick response. > > I'm trying to determine which slaves are in "SCHEDULED" mode which only > appears on /slaves. > >

Re: some questions

2014-12-15 Thread Alexius Ludeman
thanks for quick response. I'm trying to determine which slaves are in "SCHEDULED" mode which only appears on /slaves. Noted on separate zookeepers. thanks On Mon, Dec 15, 2014 at 3:19 PM, Zameer Manji wrote: > > The output of /slaves is not in a machine readable format. I believe there > is a

Re: some questions

2014-12-15 Thread Maxim Khutornenko
You can get slaves (and more) from the /mesos/state.json endpoint. If using vagrant, e.g.: http://192.168.33.7:5050/master/state.json On Mon, Dec 15, 2014 at 3:19 PM, Zameer Manji wrote: > The output of /slaves is not in a machine readable format. I believe there > is a ticket somewhere that trac

Re: some questions

2014-12-15 Thread Zameer Manji
The output of /slaves is not in a machine readable format. I believe there is a ticket somewhere that tracks changing it into a JSON endpoint. I'm not sure if there is another endpoint which can easily give you every slave that Aurora uses. Have you looked into what the Mesos master can give you he