Re: Framework Scheduling on Slave Question

2016-05-29 Thread Adam Bordelon
> Thus I’m trying to run a framework scheduler on a Mesos slave node. I that possible? Absolutely. Marathon, Aurora, Singularity, and other "meta-frameworks" can be used to launch other framework schedulers as Mesos tasks on agent nodes. There's no reason you can't do the same thing for your own

Re: Framework Scheduling on Slave Question

2016-05-25 Thread Shuai Lin
> > Does mesos-slave know how to pass scheduler requests back to a Mesos > master node? Does one have to have mesos-master running on slave nodes to > do this? Am I smoking bad stuff? No problem at all. AFAIK it's a very common practice to have marathon running other frameworks. On Wed, May

Re: Framework Scheduling on Slave Question

2016-05-24 Thread haosdent
Hi, @Kent. > I’m trying to run a framework scheduler on a Mesos slave node. > Does one have to have mesos-master running on slave nodes to do this? If you mean run it manually, your could start your scheduler in any machine, just make sure the network connection works between framework and Mesos

Framework Scheduling on Slave Question

2016-05-24 Thread Kent Harris
Pardon me if this is a newbie question. I’m trying to port an existing simulation system that is comprised of many processes. The master process is executed by a user (on a Mesos master node) and it has a custom Framework that simply launches a process, call it the “root” process”, via a