Re: Publishing maven snapshots for 0.23?

2011-10-18 Thread Steve Loughran
On 14/10/11 20:53, Todd Lipcon wrote: On Fri, Oct 14, 2011 at 12:39 PM, giridharan kesavan gkesa...@hortonworks.com wrote: Todd, I like the idea of setting up commit builds for 23 branch; I can set this up. As I said on -general, I'd like some stable-ish pre-alpha artifacts for downstream

Publishing maven snapshots for 0.23?

2011-10-14 Thread Todd Lipcon
It seems that we're not publishing maven snapshots correctly. I'm not entirely sure why, but if you look at: https://repository.apache.org/content/groups/snapshots/org/apache/hadoop/hadoop-common/ you'll see the latest snapshots are from 9/14 or so. Anyone have any idea what's going on here?

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Todd Lipcon
Looks like the Hadoop-*-Commit builds for trunk do a mvn deploy, but not the 0.23 builds. It seems we should either (a) add mvn deploy to the Hadoop-*-0.23-Build targets (which run nightly), or (b) add a cross-project 0.23-commit build which is triggered on any commit to 0.23 and does a mvn

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread giridharan kesavan
Todd, I like the idea of setting up commit builds for 23 branch; I can set this up. -Giri On 10/14/11 12:23 PM, Todd Lipcon wrote: Looks like the Hadoop-*-Commit builds for trunk do a mvn deploy, but not the 0.23 builds. It seems we should either (a) add mvn deploy to the Hadoop-*-0.23-Build

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Alejandro Abdelnur
I've just uploaded a patch for MAPREDUCE-3003. What is left to test is to get HDFS/MR2 running for a build and run an example. I don't think I'll have a chance to do that test today. If somebody volunteers and does the run and +1 then it can be committed to trunk and on Monday or Tuesday we can

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread giridharan kesavan
Okay, I ve done the 0.23 commit setup. Builds up and running for common/hdfs and Mapred https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-0.23-Commit/ https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-0.23-Commit/

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Mahadev Konar
Thanks Giri! mahadev On Fri, Oct 14, 2011 at 3:30 PM, giridharan kesavan gkesa...@hortonworks.com wrote: Okay, I ve done the 0.23 commit setup. Builds up and running for common/hdfs and Mapred https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-0.23-Commit/

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Thomas Weise
@hadoop.apache.org Cc: Todd Lipcon Subject: Re: Publishing maven snapshots for 0.23? Thanks Giri! mahadev On Fri, Oct 14, 2011 at 3:30 PM, giridharan kesavan gkesa...@hortonworks.com wrote: Okay, I ve done the 0.23 commit setup. Builds up and running for common/hdfs and Mapred https