Hi all,

I am a graduate student from Seoul National University, currently exploring 
Mesos.

I was wondering if there is an interface in Mesos that I can use to run Mesos 
Framework(scheduler) on one of the slave nodes in Mesos cluster, because I 
could not find one.

I could only come up with 2 really bad designs to achieve this goal. First is 
submitting a dummy framework and launching the real framework to one of the 
offers. Second is choosing an arbitrary slave node in the cluster and deploying 
the scheduler there.

I looked at Spark and it also doesn’t seem to support deploying Spark Driver to 
one of the slave nodes in Mesos cluster. I am wondering if this has to do with 
Mesos not having such an interface.

Also, If there is no such interface, what do you suggest would be the best way 
to do this? 

Thank you for your kindness.


Best,
John

Reply via email to