Hi Rahul, I would have committed it, but I think your patch should be attached to CRUNCH-4 with the "Grant license" option checked. Apache regulations :)
Thanks, Matthias On Thursday, 2012-08-16, Rahul wrote: > Josh, I wasn't there for quite some time so replying on this quite > late. There is just one small thing. I think we can drop cloudera > repository from the parent pom. > Since the issue is resolved, so I did know if it is a good idea to > reopen it or create a new issue for the small update. Attached is > the patch for the same. > > J > On 13-08-2012 07:06, Josh Wills (JIRA) wrote: > > [ > > https://issues.apache.org/jira/browse/CRUNCH-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > > ] > > > >Josh Wills resolved CRUNCH-4. > >----------------------------- > > > > Resolution: Fixed > > Fix Version/s: 0.3.0 > > > >Just committed this after including the workaround in HBASE-5711 for > >directory permissions on the HBase miniclusters. Rahul did the lion's share > >of the work here-- thanks Rahul, and thanks for your patience! > >>Create profiles for Crunch builds based on Hadoop 1.0 and Hadoop 2.0 > >>-------------------------------------------------------------------- > >> > >> Key: CRUNCH-4 > >> URL: https://issues.apache.org/jira/browse/CRUNCH-4 > >> Project: Crunch > >> Issue Type: Task > >> Components: Core > >> Reporter: Josh Wills > >> Assignee: Rahul Sharma > >> Labels: maven, newbie > >> Fix For: 0.3.0 > >> > >> Attachments: > >> 0001-Created-profiles-for-CDH3-hbase-.90.6-and-hadoop2-hb.patch, > >> 0001-CRUNCH-4-Profiles-for-hadoop-0.20-and-2.0-versions.patch, > >> CRUNCH-4-Hadoop-Profiles.patch, > >> CRUNCH-4-No-Vendor-Specific-Profiles.patch, > >> CRUNCH-4-Profiles-for-hadoop-verions.patch > >> > >> > >>We need to create two Maven build profiles for Crunch, one that depends on > >>Hadoop 1.0 (probably 1.0.3 for Hadoop and 0.90.5 for HBase) and Hadoop 2.0 > >>(2.0.0-alpha for Hadoop and a stable 0.92.x for HBase.) > >>Reference: > >>http://maven.apache.org/guides/introduction/introduction-to-profiles.html > >-- > >This message is automatically generated by JIRA. > >If you think it was sent incorrectly, please contact your JIRA > >administrators: > >https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > >For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > From 6db97e5c66ef70d12c43800d7296920c375bf43c Mon Sep 17 00:00:00 2001 > From: Rahul Sharma <[email protected]> > Date: Thu, 16 Aug 2012 09:57:22 +0530 > Subject: [PATCH] Removed cloudera repository > > --- > pom.xml | 10 ---------- > 1 files changed, 0 insertions(+), 10 deletions(-) > > diff --git a/pom.xml b/pom.xml > index 6fcb21f..424a643 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -269,16 +269,6 @@ under the License. > > </dependencyManagement> > > - <!-- TODO: After changing our Hadoop/HBase dependencies to Apache > - releases we no longer need this section. --> > - <repositories> > - <repository> > - <id>maven-hadoop</id> > - <name>Hadoop Releases</name> > - > <url>https://repository.cloudera.com/content/repositories/releases/</url> > - </repository> > - </repositories> > - > <profiles> > <profile> > <id>hadoop-1</id> > -- > 1.7.1 >
