Sammy,

You need to run a framework to be able to run an executor. See
http://mesos.apache.org/gettingstarted/ to see how to run the example
python framework.


On Thu, Jul 3, 2014 at 11:29 AM, Sammy Steele <sammy_ste...@stanford.edu>
wrote:

> I am trying to figure out how to run the python test-executor given in the
> mesos code base. Based on the documentation at:
> http://mesos.apache.org/documentation/latest/app-framework-development-guide/,
> I tried starting my slaves with the command: ./bin/mesos-slave.sh
> --ip=10.79.6.72 --master=10.79.6.70:5050
> --frameworks_home=../src/examples/python.
> I know that I can't launch the test-executor directly (the mesos_slave_pid
> is unspecified). Exactly what command should I be using to launch the
> executor? Thanks!
>

Reply via email to