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

2016-04-27 Thread Steven Schlansker
Hello Mesos fans, I just wanted to alert you to a potentially disastrous incompatibility introduced in the last few OpenJDK packages released for the popular "openjdk-r" Ubuntu PPA. Per Debian bug 815475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815475 The OpenJDK packaging changed the

Re: Scheduler for distributed builds

2016-04-27 Thread David Palaitis
Cookies a fit in the case where you have more jobs than resources available to run them. It manages large job queues, prioritizes jobs and balances resources fairly across users, or roles, etc. Cook is dfntly interesting for a build farm e.g distributed Basel, although the scheduling overhead

Re: Scheduler for distributed builds

2016-04-27 Thread Erb, Stephan
?FWIW, Apache Aurora is also supporting ad-hoc jobs. In contrast to to chronos however, only without job dependencies. From: Guangya Liu Sent: Wednesday, April 27, 2016 09:59 To: user@mesos.apache.org Subject: Re: Scheduler for distributed

Re: stop marathon tasks from rest api

2016-04-27 Thread Chris Baker
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} /v2/apps/{appId} https://mesosphere.github.io/marathon/docs/rest-api.html#put-v2-apps-appid On Wed, Apr 27, 2016 at 3:49 PM

stop marathon tasks from rest api

2016-04-27 Thread Stefano Bianchi
Hi guys i'm currently unable to access to marathon UI, so i was wondering which is the command to stop a marathon task from terminal? thanks

Re: Launch docker container from Marathon UI

2016-04-27 Thread haosdent
Do you mean hadoop ports? You could find hadoop default ports at here. http://blog.cloudera.com/blog/2009/08/hadoop-default-ports-quick-reference/ On Wed, Apr 27, 2016 at 9:59 PM, Stefano Bianchi wrote: > of course the port is opened > > 2016-04-27 15:53 GMT+02:00 Stefano

Re: Launch docker container from Marathon UI

2016-04-27 Thread Stefano Bianchi
ok now i started hadoop, i have just to wait the pull process end. mesos assign a port to this task but if i go to the SLAVE_IP:PORT i cannot see anything. On which pot hadoop is commonly viewable? 2016-04-27 15:13 GMT+02:00 Stefano Bianchi : > Since i already mentioned,

Re: Launch docker container from Marathon UI

2016-04-27 Thread Stefano Bianchi
of course the port is opened 2016-04-27 15:53 GMT+02:00 Stefano Bianchi : > ok now i started hadoop, i have just to wait the pull process end. > mesos assign a port to this task but if i go to the SLAVE_IP:PORT i cannot > see anything. > On which pot hadoop is commonly

Re: Launch docker container from Marathon UI

2016-04-27 Thread Stefano Bianchi
Since i already mentioned, anyone of you tried to run hadoop as docker container from marathon? i tried with this simple json: { "id": "hadoop", "cpus": 1, "mem": 1000, "container": { "type": "DOCKER", "docker": { "image": "sequenceiq/hadoop-docker:2.7.1",

Re: Launch docker container from Marathon UI

2016-04-27 Thread Stefano Bianchi
Thank you Guillermo Rodriguez I will try your solution as soon as possible since wordpress is not the goal task i wanna run, it was just an example to understand how to launch a docker container, and of course i have chosen the easiest one :P However, i correctly run Jenkins, Jupyter and Owncloud,

Re: Launch docker container from Marathon UI

2016-04-27 Thread Guillermo Rodriguez
Sorry if it has been answered before. You need mesos-dns. Start your mysql service on marathon, then mesos-dns will have an entry called mysql.marathon.mesos regardless of where the service is started you can always use that URL to resolve the mysql service. Then you start wordpress and

Re: Scheduler for distributed builds

2016-04-27 Thread Guangya Liu
The Chronos may also help for your case http://mesos.github.io/chronos/ On Wed, Apr 27, 2016 at 6:40 AM, David Greenberg wrote: > http://github.com/twosigma/cook could be a good fit for this. It supports > scheduling arbitrary jobs within seconds of submission, and it