Re: How to select Containerizer? Mesos containerizer or Docker?

2016-08-23 Thread Yu Wei
Hi Qian, Thanks for your explanation. Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: Qian Zhang Sent: Wednesday, August 24, 2016 10:56:07 AM To: user Cc: d...@mesos.apache.org Subject: Re: How to select Containerizer?

Re: How to select Containerizer? Mesos containerizer or Docker?

2016-08-23 Thread Qian Zhang
For port mapping, we are actively working on it now, see https://issues.apache.org/jira/browse/MESOS-6014 for details. Mesos containerizer is the long term choice which we will keep enhancing and adding new features to, it supports multiple image formats rather than just Docker, and easily to be c

[RESULT][VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-23 Thread Vinod Kone
Hi all, The vote for Mesos 1.0.1 (rc1) has passed with the following votes. +1 (Binding) -- Alex Rukletsov Kapil Arya Yan Xu Adam Bordelon +1 (Non-binding) -- Greg Mann Haosdent Zhitao Li There were no 0 or -1 votes. Please

Re: mesos libraries

2016-08-23 Thread Ben Whitehead
Hi Hendrik, mesos-rxjava has had a 0.1.0 release published to maven central. It's primary focus is to provide an event stream and sink for reading events from mesos and sending calls to mesos. So far it only takes care of HTTP connection, stream identification, codec for mesos protos and sending

Re: mesos libraries

2016-08-23 Thread Vinod Kone
+Ben Whitehead As the Apache Mesos project, we decided to not have "official" (HTTP) API libraries in the repo (http://github.com/apache/mesos), going forward. As for mesos-rxjava, I'm not sure of its production readiness. Ben Whitehead (it's maintainer) might be able to shed more light on its st

Re: mesos libraries

2016-08-23 Thread Hendrik Haddorp
Is there any official Java binding available for that? So far I found these: https://github.com/mesosphere/mesos-rxjava https://github.com/groupon/jesos Jesos seems to only be build against Mesos 0.22.0. Do you know if Mesos RxJava looks very current but also quite different from the old J

Re: mesos libraries

2016-08-23 Thread Vinod Kone
If you are writing a new scheduler, I would highly recommend using the new HTTP API instead of the Java bindings. This would eliminate the dep on the native library. If you still want to use the old bindings, the easiest way might be to install mesos deb package in your docker image. On Tue, Aug

mesos libraries

2016-08-23 Thread Hendrik Haddorp
Hi, I wrote a Mesos scheduler using the Java bindings, which worked great so far. Now I would like to run my scheduler as a docker container on Marathon. The problem is now that I'm missing the required native libraries. What is the best way to install them (in Ubuntu) without pulling heaps of oth

Re: Mesos logging

2016-08-23 Thread Hendrik Haddorp
sorry, didn't look into this further so far. I searched over all log files and could not find the line. The only parameters mesos-slave has are --ip, --log_dir and --resources. On 22/08/16 04:22, Vinod Kone wrote: > Did you figure this out? AFAICT, the LOG(INFO) line should be printed > in agent l

Re: How to select Containerizer? Mesos containerizer or Docker?

2016-08-23 Thread Olivier Sallou
On 08/23/2016 11:36 AM, Yu Wei wrote: > Hi, > > > Which containerizer should be used? Mesos, Docker or other? > > Is there any principles to help making decision? with unified containerizer, mesos pushes for Mesos containerizer. However, it does not support for the moment port mapping. So if you

How to select Containerizer? Mesos containerizer or Docker?

2016-08-23 Thread Yu Wei
Hi, Which containerizer should be used? Mesos, Docker or other? Is there any principles to help making decision? Thanks, Jared, (??) Software developer Interested in open source software, big data, Linux

Re: what's the difference between mesos and yarn?

2016-08-23 Thread Yu Wei
It seems that yarn could also provide functionality to allocate resource for applications. Yarn could be modified to support various resource allocation requirements. For mesos, frameworks also need to be written to satisfy customer requirements. Which is better? Thx, Jared, (韦煜) Software d