Re: Command Executor

2017-08-10 Thread Oeg Bizz
3 AM, Oeg Bizz <oegb...@yahoo.com> wrote: > > I have a framework that relies on information sent by a custom Java Command > Executor; think of some sort of heartbeat.  I start getting hearbeats after I > send a task to that mesos-slave, but never before that.  That makes me assu

Re: Command Executor

2017-08-09 Thread Till Toenshoff
@gmail.com>> wrote: > > > > > On Aug 5, 2017, at 3:03 AM, Oeg Bizz <oegb...@yahoo.com > > <mailto:oegb...@yahoo.com>> wrote: > > > > I have a framework that relies on information sent by a custom Java Command > > Executor; think o

Re: Command Executor

2017-08-09 Thread Oeg Bizz
ail.com> wrote: > On Aug 5, 2017, at 3:03 AM, Oeg Bizz <oegb...@yahoo.com> wrote: > > I have a framework that relies on information sent by a custom Java Command > Executor; think of some sort of heartbeat.  I start getting hearbeats after I > send a task to that mesos-slave

Re: Command Executor

2017-08-08 Thread Benjamin Mahler
gt; On Aug 5, 2017, at 3:03 AM, Oeg Bizz <oegb...@yahoo.com> wrote: > > > > I have a framework that relies on information sent by a custom Java > Command Executor; think of some sort of heartbeat. I start getting > hearbeats after I send a task to that mesos-slave, but neve

Re: Command Executor

2017-08-08 Thread Oeg Bizz
3 AM, Oeg Bizz <oegb...@yahoo.com> wrote: > > I have a framework that relies on information sent by a custom Java Command > Executor; think of some sort of heartbeat.  I start getting hearbeats after I > send a task to that mesos-slave, but never before that.  That makes me assume

Re: Command Executor

2017-08-07 Thread James Peach
> On Aug 5, 2017, at 3:03 AM, Oeg Bizz <oegb...@yahoo.com> wrote: > > I have a framework that relies on information sent by a custom Java Command > Executor; think of some sort of heartbeat. I start getting hearbeats after I > send a task to that mesos-sl

Re: Command Executor

2017-08-07 Thread Oeg Bizz
I sent this over the weekend so I can see how it would have been missed, does anyone have a suggestion? I have a framework that relies on information sent by a custom Java Command Executor; think of some sort of heartbeat.  I start getting hearbeats after I send a task to that mesos-slave

Command Executor

2017-08-05 Thread Oeg Bizz
I have a framework that relies on information sent by a custom Java Command Executor; think of some sort of heartbeat.  I start getting hearbeats after I send a task to that mesos-slave, but never before that.  That makes me assume that the CommandExecutor is not started until a task

Re: What is the scheduler for the Command Executor

2017-06-05 Thread Vinod Kone
low of executing a simple docker image, > such as "mesos-execute --master=XXX --containerizer=docker --name=test > --docker_image=XXX --shell=false". > I believe "mesos-1.2.0/src/cli/*execute.cpp*" is the implementation of > this "mesos-execute", which

What is the scheduler for the Command Executor

2017-06-05 Thread Wenzhao Zhang
li/*execute.cpp*" is the implementation of this "mesos-execute", which is called "Command Executor" in the official document. I see "*execute.cpp*" internally setups a "CommandScheduler", which has a "received()" function that listens for events from the ma

Re: health checks and the command executor

2016-02-21 Thread haosdent
Hi, it should works if you use latest Mesos. On Mon, Feb 22, 2016 at 6:15 AM, Mauricio Garavaglia < mauriciogaravag...@gmail.com> wrote: > Hi guys, > > What's the current status of using health checks with the command > executor? I'm interested in using some sort of health chec

health checks and the command executor

2016-02-21 Thread Mauricio Garavaglia
Hi guys, What's the current status of using health checks with the command executor? I'm interested in using some sort of health checking with docker containers running with the command executor. I only found several issues saying it doesn't work but not sure what's the status today. Thanks

command executor stdout with status update

2015-10-06 Thread Bijoy V
Hello, Is there a way we can add the default command executor output to the status update lifecycle method of Scheduler. Can you please guide to achieve this somehow Thanks, -Bijoy

Re: command executor stdout with status update

2015-10-06 Thread haosdent
output, I suggest you strengthen your command to let it could return exit status according your origin command output. On Tue, Oct 6, 2015 at 6:55 PM, Bijoy V <bij...@gmail.com> wrote: > Hello, > Is there a way we can add the default command executor output to the > status update l

How does the executor ID get set when using the command executor?

2015-01-20 Thread David Greenberg
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.