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 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 projects to use, somethi

Re: Publishing maven snapshots for 0.23?

2011-10-16 Thread Alejandro Abdelnur
Following up with this, I've just uploaded a new patch for MAPREDUCE-3003 in which I've tested, builds, building examples, deploying all JARs (to an alternate repo), running the cluster and running some examples, using the Maven versions:set plugin to update the version. As soon as somebody revie

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Thomas Weise
4:00 PM > To: common-dev@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 > wrote: >> >> Okay, I ve done the 0.23 commit setu

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 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/ > https://builds.apache.org/view/G-L/vie

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/ https://builds.apache.org/view/G-L/view/Hadoop/job/Had

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 Todd Lipcon
I was able to publish HDFS and Common, but couldn't publish MR/YARN due to: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project hadoop-yarn-api: Deployment failed: repository element was not specified in the POM inside distributionMana

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Arun C Murthy
+1, thanks Todd. On Oct 14, 2011, at 12:53 PM, Todd Lipcon wrote: > On Fri, Oct 14, 2011 at 12:39 PM, giridharan kesavan > wrote: >> Todd, >> I like the idea of setting up commit builds for 23 branch; I can set this >> up. > > OK. Mind if I manually mvn deploy for now? Some HBase work is blocke

Re: Publishing maven snapshots for 0.23?

2011-10-14 Thread Todd Lipcon
On Fri, Oct 14, 2011 at 12:39 PM, giridharan kesavan wrote: > Todd, > I like the idea of setting up commit builds for 23 branch; I can set this > up. OK. Mind if I manually mvn deploy for now? Some HBase work is blocked on it. -Todd > > On 10/14/11 12:23 PM, Todd Lipcon wrote: >> >> Looks like

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-Buil

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 de

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? -Tod