You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Mohamad Rezaei <mr...@pdc.kth.se> on 2013/10/15 18:36:26 UTC

test-executor fails!

Whenever I am running test-executor I get "Cannot parse MESOS_SLAVE_PID
'13956' (../../src/exec/exec.cpp:628)", and then segmentation fault. Am I
doing something wrong?

I run this command:
MESOS_SLAVE_PID=13956 ./test-executor --master=localhost:5050

Best Regards
Mohamad Rezaei

Re: test-executor fails!

Posted by Vinod Kone <vi...@gmail.com>.
The executors are automatically launched by the slave. You are not supposed
to run them manually. You should only launch master/slave/framework.


On Tue, Oct 15, 2013 at 9:36 AM, Mohamad Rezaei <mr...@pdc.kth.se> wrote:

> Whenever I am running test-executor I get "Cannot parse MESOS_SLAVE_PID
> '13956' (../../src/exec/exec.cpp:628)", and then segmentation fault. Am I
> doing something wrong?
>
> I run this command:
> MESOS_SLAVE_PID=13956 ./test-executor --master=localhost:5050
>
> Best Regards
> Mohamad Rezaei
>