Hello,
I have a follow-up question on launching Mesos framework. I looked at Marathon and Aurora and still couldn’t find a way to register a Framework so that the Scheduler component runs on a Slave node. I’d like to implement a new framework which runs its Scheduler on a Slave node like the way ApplicationMaster in YARN runs on a Slave node. By any chance, is there a native support or an external add-on that I can use? Thank you for your kindness. Sincerely, John On Jul 24, 2014, at 12:29 AM, John Yang <[email protected]> wrote: > Thank you so much for your quick reply. > I really appreciate it. > > Best, > John > > > On Thu, Jul 24, 2014 at 12:20 AM, Vinod Kone <[email protected]> wrote: > Hi John. Currently there is no native support in Mesos to launch frameworks. > I would recommend using Marathon or Aurora to launch your framework. > > @vinodkone > > > On Jul 23, 2014, at 1:07 AM, John Yang <[email protected]> wrote: > > > > 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 >
