Re: A question on deploying mesos framework to the cluster

2014-07-31 Thread John Yang
Thanks, I’ll look into it. Best, John On Aug 1, 2014, at 8:52 AM, Vinod Kone wrote: >> 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. >> > > You would want the scheduler code to be stored in a (sha

Re: A question on deploying mesos framework to the cluster

2014-07-28 Thread John Yang
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 wrote: > Thank you so much for your quick reply. > I really appreci

Re: A question on deploying mesos framework to the cluster

2014-07-23 Thread John Yang
> @vinodkone > > > On Jul 23, 2014, at 1:07 AM, John Yang 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 t

A question on deploying mesos framework to the cluster

2014-07-23 Thread John Yang
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