Re: Is there a way to get a dump of all the configuration settings of a master or agent?

2017-07-13 Thread Yan Xu
The flags endpoint does that: http://mesos.apache.org/documentation/latest/endpoints/master/flags/ http://mesos.apache.org/documentation/latest/endpoints/slave/flags/ --- @xujyan On Thu, Jul 13, 2017 at 1:24 PM, Jeff Kubina wrote: > Is

Re: Format for attributes with no value

2017-07-13 Thread Jeff Kubina
I want to know the format for an empty attribute in the list format for the mesos-slave --attributes option. If I have an attribute, say key2, with no value would it be "mesos-slave --attributes key1:value1;key2;key3:value3" or "mesos-slave --attributes key1:value1;key2:;key3:value3 or does it not

Is there a way to get a dump of all the configuration settings of a master or agent?

2017-07-13 Thread Jeff Kubina
Is there a way to get a dump of all the configuration settings of a master or agent?

Re: Specify requested resource when running a docker app

2017-07-13 Thread Wenzhao Zhang
Thanks everyone for the help. --resources="cpus:2;mem:512" is the correct way to go. Wenzhao On Wed, Jul 12, 2017 at 10:24 PM, Chun-Hung Hsiao wrote: > In your original command, the shell sees you typed in two commands: one > before the semicolon, and one after it. >