// Command executors share the same id as the task. https://github.com/apache/mesos/blob/master/src/slave/slave.cpp#L2704
On Tue, Jan 20, 2015 at 2:24 PM, David Greenberg <[email protected]> wrote: > I want to know what the executor id will be set to prior to launching a > command when using the command executor in a custom framework. From what I > can see, if I was using a custom executor, then I could provide the > executor ID, but I don't see a way to do so when using the command executor. >

