[VOTE] Release Apache Mesos 1.3.1 (rc1)

2017-07-28 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.3.1. The CHANGELOG for the release is available at: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.3.1-rc1

Re: Mesos Python Daemon Launch

2017-07-28 Thread Benjamin Mahler
This is generally not something we want users to do (i.e. leak something outside of their container). Mesos will kill all tasks in the cgroup if you're using cgroup isolation, so you would have to ensure the daemon escapes the cgroup. If you're using the posix isolation, you also need to be sure

Re: How to deploy Hadoop on Mesos

2017-07-28 Thread Traiano Welcome
Hadoop definitely seems to be on the list of frameworks for mesos: http://mesos.apache.org/documentation/latest/frameworks/ Has anyone recently tested getting it to work? On Thu, Jul 27, 2017 at 5:39 PM, Stephen Gran wrote: > Hi, > > On 27/07/17 13:54, Traiano

Re: dynamic resource reservations

2017-07-28 Thread Vinod Kone
Typically a framework with no role cannot use resources reserved for another role. So, it would be interesting to see what happened. Also, please be aware that directly upgrading from 0.28.0 to 1.3.0 is not supported. You need to go from 0.28.0 to 1.0.0 and then jump from 1.0.0 to 1.3.0. On Fri,

Latest Mesos (1.4.0) Fails to Build on Ubuntu 14.04.5

2017-07-28 Thread Traiano Welcome
Hi All The latest version of mesos fails to build on Ubuntu 14.04.5. make fails with the following error: - . . . cp: cannot stat '../../src/python/cli/src/mesos/__init__.py': No such file or directory make[2]: *** [python/cli/src/mesos/__init__.py] Error 1 make[2]: Leaving directory

dynamic resource reservations

2017-07-28 Thread Hendrik Haddorp
Hi, we did a migration from Mesos 0.28 to 1.3.0 and somehow it looks like one framework "stole" resources another framework had reserved earlier. Unfortunately I do not have any logs for the time frame so I'm not certain what exactly happened. Currently we have one framework running with a

Containerizers & Executors

2017-07-28 Thread Thodoris Zois
Hello, I am trying to understand some basic components of Mesos and i have made some notes corresponding to my conclusion. If somebody could check this out and review them, or can provide me some more information about the specific topic i would be thankful. Below you will find my notes. -