I do not understand how tasks and executors work in the new mesos API. I assume that the model is still that a framework gets 1 scheduler, and then that scheduler starts some number of executors. How do the executors and tasks interact, given that the scheduler only launches tasks? Are the executors implicitly created when needed, one per slave?
Thanks!
