On Mon, Jan 6, 2014 at 8:21 AM, Matt Trifiro <[email protected]> wrote:
> Relatedly... Is there a canonical listing of Mesos frameworks currently > implemented? > > https://github.com/apache/mesos/blob/master/docs/powered-by-mesos.md should be the authoritative list but it is woefully out of date :( > matt > > > On Mon, Jan 6, 2014 at 6:50 AM, Julien Eid <[email protected]> wrote: > > > Hey, > > > > Are you trying to put Torque on Mesos? Because someone has already ported > > Torque on Mesos and you might want to just take what they've worked on > and > > improve it. > > > > https://github.com/apache/mesos/tree/master/frameworks/torque > > > > Enjoy! > > Julien > > > > > > On Mon, Jan 6, 2014 at 4:13 AM, HUO Jing <[email protected]> wrote: > > > > > Thank you very much! > > > Another question: > > > Can I start the Executor even if there is no task to run on it? > > > And how to do it ? > > > > -----原始邮件----- > > > > 发件人: "Vinod Kone" <[email protected]> > > > > 发送时间: 2014年1月6日 星期一 > > > > 收件人: dev <[email protected]> > > > > 抄送: > > > > 主题: Re: Question about Executor > > > > > > > > On Sun, Jan 5, 2014 at 9:41 PM, HUO Jing <[email protected]> wrote: > > > > > > > > > But when there is no task running in the executor, mesos slave will > > > shut > > > > > down the executor > > > > > > > > > > > > This is not true. The mesos slave will not kill an executor when it > has > > > no > > > > tasks running. It is up to the executor whether it wants to keep > > running > > > > when there are no tasks or shut down. > > > > > > > > Hope that helps, > > > > > > > > >
