[GitHub] mesos pull request #163: Update user-group.html.md to add Seville(Spain)

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/163 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] mesos issue #171: Update cli.py

2016-10-18 Thread ronaldpetty
Github user ronaldpetty commented on the issue: https://github.com/apache/mesos/pull/171 Yes sir! https://reviews.apache.org/r/52993/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] mesos issue #171: Update cli.py

2016-10-18 Thread vinodkone
Github user vinodkone commented on the issue: https://github.com/apache/mesos/pull/171 Can you close this in favor of the review request? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] mesos pull request #172: Update contributors.yaml

2016-10-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/mesos/pull/172 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[VOTE] Release Apache Mesos 1.0.2 (rc1)

2016-10-18 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.2. 1.0.2 includes the following: ** Bug * [MESOS-5613] - mesos-local fails to start if MESOS_WORK_DIR isn't set. *

[GitHub] mesos pull request #172: Update contributors.yaml

2016-10-18 Thread ronaldpetty
GitHub user ronaldpetty opened a pull request: https://github.com/apache/mesos/pull/172 Update contributors.yaml Got my first PR in Mesos! You can merge this pull request into a Git repository by running: $ git pull https://github.com/ronaldpetty/mesos patch-1 Alternatively

[VOTE] Release Apache Mesos 1.1.0 (rc1)

2016-10-18 Thread Till Toenshoff
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.1.0. 1.1.0 includes the following: * [MESOS-2449] - **Experimental** support for launching a group of tasks via a new `LAUNCH_GROUP`

[GitHub] mesos pull request #171: Update cli.py

2016-10-18 Thread ronaldpetty
GitHub user ronaldpetty opened a pull request: https://github.com/apache/mesos/pull/171 Update cli.py The CLI tools are failing per #MESOS-6409 in 1.0.1. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ronaldpetty/mesos master

Re: Non-checkpointing frameworks

2016-10-18 Thread Neil Conway
Hi folks, Thanks for the feedback! On Mon, Oct 17, 2016 at 12:44 PM, Zhitao Li wrote: > +1 to both A to B. > > Do we plan to eventually drop non-checkpionted framework support (possibly > in v2) and declare that all frameworks has to operate in this assumption? I think

Re: Separate Compilation of Tests

2016-10-18 Thread Michael Park
On Wed, Oct 5, 2016 at 9:22 AM, Joris Van Remoortere wrote: > @mpark > Can you clarify if your goal is to: > 1) refactor the source code (maybe including things like cluster.hpp) so > that general compilation of any file is faster. Examples include allowing > non-header-only