Re: Guidelines for new contributors

2015-09-01 Thread Timothy Chen
Hi Vinod, All of this is in Diana's WIP newbie guide, we should have a draft published soon to the dev/user list. Tim On Tue, Sep 1, 2015 at 10:46 AM, Vinod Kone wrote: > Hi folks, > > I've seen a bunch of new contributors and contributions pop up lately > (awesome!), so

Guidelines for new contributors

2015-09-01 Thread Vinod Kone
Hi folks, I've seen a bunch of new contributors and contributions pop up lately (awesome!), so wanted to take some time to provide some guidelines to newbies as its been a bit chaotic. Hopefully this will be part of the newbie doc that Tim and Diana are working on. *Shepherds*: It is really

Re: How to enable logs when running UT cases

2015-09-01 Thread Klaus Ma
Thanks all your help, I works :). Regards, Klaus Ma (马达), PMP® | Advisory Software Engineer Platform Symphony & MapReduce Development & Support, STG, IBM GCG +86-10-8245 4084 | mad...@cn.ibm.com | http://www.cguru.net > On Sep 1, 2015, at 13:57, haosdent wrote: > > How

Re: Prepping for next release

2015-09-01 Thread Kevin Sweeney
I'm generally in favor of dropping support for JDK6 as it's been end-of-life for years. On Tue, Sep 1, 2015 at 4:46 PM, Vinod Kone wrote: > +user > > So looks like this issue is related to JDK6 and not my maven password > settings. > > Related ASF ticket:

Re: Prepping for next release

2015-09-01 Thread Vinod Kone
+user So looks like this issue is related to JDK6 and not my maven password settings. Related ASF ticket: https://issues.apache.org/jira/browse/BUILDS-85 The reason it worked for me, when I tagged RC1, was because I also pointed my maven to use JDK7. So we have couple options here: #1) (Easy)

Re: Prepping for next release

2015-09-01 Thread Marco Massenzio
Uhm, that's a tricky one... Considering that JDK6 was EOL'd in 2011[0] and even JDK7 is now officially out of support from Oracle, I don't think this should be a major issue? I'm also assuming that, if anyone really needs to use JDK6 they can build from source, by simply running `mvn package` and

Re: Prepping for next release

2015-09-01 Thread Vinod Kone
Actually looking at the RC1 jar more closely, it looks like the classes are built for 1.6 (our pom file actually sets this via maven compiler plugin). $ file ~/Downloads/Executor.class /Users/vinod/Downloads/Executor.class:

[VOTE] Release Apache Mesos 0.24.0 (rc2)

2015-09-01 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.24.0. 0.24.0 includes the following: Experimental support for v1 scheduler HTTP API! This release also wraps up support for fetcher.

Re: seeking a shepherd for autotools build changes

2015-09-01 Thread Vinod Kone
Tim, looks like you already reviewed some of these patches? Do you have cycles to shepherd this? On Wed, Aug 26, 2015 at 1:16 PM, James Peach wrote: > Hi all, > > Is anyone willing to shepherd or otherwise provide feedback on MESOS-2537? > >

Re: Is dynamic reservation per role or per framework

2015-09-01 Thread Qian AZ Zhang
Got it, thanks Michael. Regards, Qian Zhang (张乾) Developer, IBM Platform Computing

Re: Mesos/Marathon support for Docker extension

2015-09-01 Thread Khanduja, Vaibhav
Hi, I managed to get this working for a plugin, though with a bit of an issue. The Docker cli now accepts volume name without a ³/³, this is done as the name is not absolute path but a name to be used by plugin. The plugin would then return the mount point, to the Docker daemon. The slave Docker