MUG: Mesos Amsterdam

2014-08-26 Thread i...@roybos.nl
Hi Mesos team, I just launched a new Mesos meetup group in the Netherlands,  http://www.meetup.com/Mesos-Amsterdam. Could you please add this group to the user group page (http://mesos.apache.org/community/user-groups/)? If you have any tips for the meetup group or know interesting speakers for

Mesos slaves across network zones

2014-08-26 Thread Yaron Rosenbaum
Hi Here's a crazy idea: Is it possible / has anyone tried to run Mesos where the slaves are in radically different network zones? For example: A few slaves on Azure, a few slaves on AWS, and a bunch of other slaves on premises etc. Assuming it's possible, is it possible to define resource

Re: Mesos slaves across network zones

2014-08-26 Thread Tom Arnfeld
Hey, We've been running mesos slaves across sites, most in a private cloud off site and using AWS EC2 for extra burst capacity when required, across a Direct Connect link. We've found this model to work well on the mesos side, though it's key to understand the interaction between tasks running

Re: Mesos slaves across network zones

2014-08-26 Thread Justin Holmes
Hi We have been running Mesos in Google Compute with slaves in us-central1 and europe-west1 with masters in europe-west1, response times between the zones have been around 100/110ms. I am interested in running masters across zones and will evaluate DRBD/Ceph/GlusterFS for multi-site master. I

Re: Mesos slaves across network zones

2014-08-26 Thread Yaron Rosenbaum
Interesting How do you handle / prevent 'brain-split' situations for the masters / zookeeper? (two half-clusters not 'seeing' each other - effectively behaving as two separate clusters) (Y) On Aug 26, 2014, at 5:43 PM, Justin Holmes justin.hol...@opencredo.com wrote: Hi We have been

Re: Mesos slaves across network zones

2014-08-26 Thread Jeremy Jongsma
I think it makes sense for each datacenter to stay independently managed by a local Mesos master. But maybe a framework like Marathon could know about Marathon frameworks in other datacenters, and a Marathon app config could specify which datacenters to deploy to. The framework would coordinate

Re: [RESULT][VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-26 Thread Brenden Matthews
Strange that it's still not there. In the meantime, I've manually added the repo to my pom. On Mon, Aug 25, 2014 at 5:33 PM, Jie Yu yujie@gmail.com wrote: Brenden, The jar has definitely been submitted: https://repository.apache.org/index.html#nexus-search;quick~mesos I don't know

Re: [RESULT][VOTE] Release Apache Mesos 0.20.0 (rc2)

2014-08-26 Thread Jie Yu
Brenden, or anyone else knows who should I contact for this issue. Or is there any other way to push the jar to maven central? - Jie On Tue, Aug 26, 2014 at 9:26 AM, Brenden Matthews brenden.matth...@airbedandbreakfast.com wrote: Strange that it's still not there. In the meantime, I've

Docker Example Mesos 0.20?

2014-08-26 Thread Frank Hinek
Does anyone know of any example that shows how to launch a Docker container under Mesos 0.20.0? I was reading through the details here but unless I develop my own framework it isn’t clear how to start a new container on a Mesos Slave.

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Jeremy Jongsma
Mesosphere has updated docs to reflect 0.20, note the container configuration field: http://mesosphere.io/learn/run-docker-on-mesosphere-cluster/ On Tue, Aug 26, 2014 at 12:30 PM, Frank Hinek frank.hi...@gmail.com wrote: Does anyone know of any example that shows how to launch a Docker

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Michael Basnight
Also, I was able to prov docker containers in mesos 0.20 using marathon HEAD. I didn't have to change the Json in their examples at all. You might try that too. I'll let them comment on when they are going to push the next version. On Aug 26, 2014, at 10:34 AM, Jeremy Jongsma

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Tim Chen
assigned task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.072319 1742 slave.cpp:1112] Launching task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.073552 1736

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Victor VIEUX
for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.072319 1742 slave.cpp:1112] Launching task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.073552 1736 docker.cpp:782] No container info found, skipping launch

Re: MUG: Mesos Amsterdam

2014-08-26 Thread Dave Lester
Roy, Great to hear! I made sure this was added to the MUG page: http://mesos.apache.org/community/user-groups/, and shared via the @ApacheMesos twitter account: https://twitter.com/ApacheMesos/status/504318606260183040 Cheers, Dave On Tue, Aug 26, 2014 at 12:58 AM, i...@roybos.nl

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Ray Rodriguez
http://127.0.0.1:8080/v2/apps -d...@docker.json nullvagrant@vagrant-ubuntu-trusty-64:/tmp$ I0826 17:23:25.071254 1742 slave.cpp:1002] Got assigned task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.072319 1742 slave.cpp:1112

Re: Mesos slaves across network zones

2014-08-26 Thread Raúl Gutiérrez Segalés
On 26 August 2014 08:49, Jeremy Jongsma jer...@barchart.com wrote: I think it makes sense for each datacenter to stay independently managed by a local Mesos master. But maybe a framework like Marathon could know about Marathon frameworks in other datacenters, and a Marathon app config could

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Tim Chen
nullvagrant@vagrant-ubuntu-trusty-64:/tmp$ I0826 17:23:25.071254 1742 slave.cpp:1002] Got assigned task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643-251789322-5050-1532- I0826 17:23:25.072319 1742 slave.cpp:1112] Launching task ubuntu.afa18986-2d45-11e4-8e47

Re: kubernetes-mesos installation issues

2014-08-26 Thread Sidharta Seethana
Hi Vladimir, Thank you for your response. While it does say that the mesos cluster needs to be running, it does not specify that the sources need to be installed/available. In any case, I was able to compile mesos-go after installing the sources as per YiFan's earlier email. Kubernetes-mesos

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Ray Rodriguez
in Mesos 0.20.0. curl -X POST -H Content-Type: application/json http://127.0.0.1:8080/v2/apps -d...@docker.json nullvagrant@vagrant-ubuntu-trusty-64:/tmp$ I0826 17:23:25.071254 1742 slave.cpp:1002] Got assigned task ubuntu.afa18986-2d45-11e4-8e47-56847afe9799 for framework 20140826-170643

Re: kubernetes-mesos installation issues

2014-08-26 Thread Niklas Nielsen
We are working on it: https://github.com/mesosphere/kubernetes-mesos/issues/28 Sorry for the wait - the Kubernetes internal API's changes rapidly and we are doing our best to keep up. Niklas On 26 August 2014 13:35, Sidharta Seethana sidharta.apa...@gmail.com wrote: Hi Vladimir, Thank you

Re: Design Review: Maintenance Primitives

2014-08-26 Thread Benjamin Mahler
You're right, we don't account for that in the current design because such a framework would be relying on disk resources outside of the sandbox. Currently, we don't have a model for these persistent resources (e.g. disk volume used for HDFS DataNode data). Unlike the existing resources,

Re: Design Review: Maintenance Primitives

2014-08-26 Thread Maxime Brugidou
Glad to see that you are really thinking this through. Yes it's explicit that resources won't be revoked and will stay outstanding in this case but I would just add that the slave won't enter the drained state. It's just hard to follow the drain/revoke/outstanding/inverse offer/reclaim