Re: Change the role of a framework

2016-04-28 Thread Vinod Kone
I think what you did seems correct. On Thu, Apr 28, 2016 at 6:31 PM, Shuai Lin wrote: > Hi list, > > For some reason I need to change the role of an existing framework > (marathon) from the default role "*" to a specific role, say "services", I > don't find any existing

Change the role of a framework

2016-04-28 Thread Shuai Lin
Hi list, For some reason I need to change the role of an existing framework (marathon) from the default role "*" to a specific role, say "services", I don't find any existing documentation on this, so here are the steps that I take on a staging cluster: - stop all HA marathon instances, only

Re: Scheduler for distributed builds

2016-04-28 Thread Paulo Gallo
Thanks everyone for the responses. I'll look into the different options (Cook, Aurora and Chronos). Thx, -Paulo On Wed, Apr 27, 2016 at 3:51 PM, David Palaitis wrote: > Cookies a fit in the case where you have more jobs than resources > available to run them.

Re: stop marathon tasks from rest api

2016-04-28 Thread Stefano Bianchi
Thank you chris i figured out. Il 27/apr/2016 22:09, "Chris Baker" ha scritto: > to destroy it > DELETE /v2/apps/{appId} > > https://mesosphere.github.io/marathon/docs/rest-api.html#delete-v2-apps-appid > > to scale it to zero ("stop" it) > PUT {"instances": 0}

Rename 'include/mesos/slave' to 'include/mesos/agent'

2016-04-28 Thread Zhou Z Xing
Dear developers and users, While doing ticket MESOS-5230, we found that it is necessary to rename folder 'include/mesos/slave' to 'include/mesos/agent'. With the change of this folder, it may affect that: 1. with command "make install", the header files installation location will be

Re: Potential serious issue when upgrading OpenJDK8 to >= 8u77 with Debian / Ubuntu packaging

2016-04-28 Thread Gilbert Song
Hi Steven, Thanks for reporting this serious issue. And yes, this is the right place to notify mesos users, which may potentially save many people a bunch of time while collecting more review comments on your PR. Also, It would be helpful to expose the risk of upgrading OpenJDK to mesos users.