Re: 1.0.1 release

2016-08-09 Thread Benjamin Mahler
All of the issues I've been shepherding have been fixed. The only one I see remaining is this one, but doesn't look like a blocking issue: https://issues.apache.org/jira/browse/MESOS-5985 Anything else that needs to go in? On Mon, Aug 1, 2016 at 4:19 PM, Vinod Kone wrote:

Re: tutorial for mesos developer

2016-08-09 Thread David Greenberg
There's a book about this as well, Building Applications on Mesos (disclaimer: I'm the author). The book goes into great detail about how to write frameworks, including techniques, pitfalls, and strategies for building highly scalable systems. Here's a link to it:

Re: tutorial for mesos developer

2016-08-09 Thread Vinod Kone
Try this: https://github.com/mesosphere/RENDLER On Tue, Aug 9, 2016 at 3:21 PM, Rongqing Tu wrote: > Hi, > Is there any document to help how to develop a framework on mesos besides > the development guide? After making, installing, and running mesos master > and slaves, I would

tutorial for mesos developer

2016-08-09 Thread Rongqing Tu
Hi, Is there any document to help how to develop a framework on mesos besides the development guide? After making, installing, and running mesos master and slaves, I would like to create a simple framework on the system. I am reading some sample codes in examples, but is there any instruction

Re: Anonymous modules

2016-08-09 Thread Kapil Arya
It hasn't been removed, but was moved around a bit: https://github.com/apache/mesos/blob/master/src/master/main.cpp#L334 On Tue, Aug 9, 2016 at 5:07 PM, Marco Massenzio wrote: > Hi folks, > > I've recently updated my repo to the 1.0.0 release and noticed that the >

Anonymous modules

2016-08-09 Thread Marco Massenzio
Hi folks, I've recently updated my repo to the 1.0.0 release and noticed that the code in main.cpp that used to run the anonymous modules is now gone. Before I embark on a wild goose chase to find it, could someone please let me know if they are still supported? (if they aren't I have clearly

The External Containerizer is Removed

2016-08-09 Thread Gilbert Song
Hello All, FYI, as we discussed on the mailing list in Oct 2015 (link ) and Apr 2016 (link

[GitHub] mesos issue #152: Add Mesos books to documentation page

2016-08-09 Thread rji
Github user rji commented on the issue: https://github.com/apache/mesos/pull/152 Would someone mind building and pushing the website? It looks like there isn't a CI job to do this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: How could Mesos work with docker?

2016-08-09 Thread Gilbert Song
Yu, Mesos supports docker images without using the docker daemon. This feature is called Unified Containerizer, which was introduced since Mesos 0.28. Please follow this document to launch your containers: http://mesos.apache.org/documentation/latest/container-image/ Feel free to join our slack

Re: How could Mesos work with docker?

2016-08-09 Thread Yu Wei
Hi Tomek, Good point. Thanks very much for your help. Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: Tomek Janiszewski Sent: Tuesday, August 9, 2016 10:06:28 PM To: dev@mesos.apache.org;

Re: How could Mesos work with docker?

2016-08-09 Thread Tomek Janiszewski
Hi Docker support is described here http://mesos.apache.org/documentation/latest/docker-containerizer/ Best Tomek wt., 9.08.2016 o 16:04 użytkownik Yu Wei napisał: > Hi guys, > > I start learning mesos. > > How could mesos work with docker? Is there any document about

How could Mesos work with docker?

2016-08-09 Thread Yu Wei
Hi guys, I start learning mesos. How could mesos work with docker? Is there any document about this? Any other advice? Thx, Jared, (??) Software developer Interested in open source software, big data, Linux

Re: Mesos issue 1.0

2016-08-09 Thread haosdent
Hi, @max >I got common ip address when I posted. Could you elaborate more about this? On Tue, Aug 9, 2016 at 8:27 AM, max P wrote: > hello, > > Today I post /v2/apps (marathon api) to start a docker container (network > type BRIDGE) and then I got common ip address when I