Hi Matt, The best way to go about this would be to checkout the Mesos repository on git, and submit a patch to review board: https://reviews.apache.org You'll find the current list in the docs/powered-by-mesos.md file, however it may be the right time to break frameworks into a separate markdown file of their own.
Let me know if you have any questions along the way! It may be worth creating a JIRA ticket to track this as well: issues.apache.org/jira/browse/MESOS Best, Dave On Tue, Jan 7, 2014 at 5:49 AM, Matt Trifiro <[email protected]> wrote: > Vinod, > > I volunteer to create (and help maintain) a canonical list of Mesos > frameworks and resources. I will probably build it in a Google doc but we > can migrate some/all of it into the Mesos github page when it becomes > substantial enough. > > matt > > > Matthew G Trifiro > [email protected] > +1 206 390 3161 > twitter.com/mtrifiro > linkedin.com/in/mtrifiro > > > On Mon, Jan 6, 2014 at 10:32 AM, Vinod Kone <[email protected]> wrote: > > > 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.mdshould > > 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, > > > > > > > > > > > > > > > > > > > >
