Re: Mesos Slave Attributes

2015-03-13 Thread James Vanns
That's great! Thanks. Precisely what I was after. Jim On 12 March 2015 at 18:07, Zameer Manji zma...@apache.org wrote: The mesos master does pass attributes on the slave to the scheduler framework. They are available on the Offer struct

Re: Mesos Slave Attributes

2015-03-12 Thread Zameer Manji
The mesos master does pass attributes on the slave to the scheduler framework. They are available on the Offer struct https://github.com/apache/mesos/blob/acaee563a66e5528ae5c5e417f2a811f8ee466b2/include/mesos/mesos.proto#L618 . If you want to check the slave attributes you can check the