Re: need some help : compiling latest hadoop from source

2012-09-25 Thread Harsh J
Hey Sujee, Yes. During the course of 0.21 and 0.22, the project repos underwent a split at the global repo level. For 0.23 (and thereby 2.x) we've gone back to hosting projects under the single, common repository itself (as was in past). On Wed, Sep 26, 2012 at 4:46 AM, Sujee Maniyam wrote: > th

Re: need some help : compiling latest hadoop from source

2012-09-25 Thread Sujee Maniyam
thank you! another thing that is puzzling me, within hadoop-common repo, I see 'hadoop-mapreduce-project' and 'hadoop-hdfs-project'. But I also see 'hadoop-hdfs' and 'hadoop-mapreduce' listed as separate repositories here : http://git.apache.org/ is 'hadoop-common' the encompassing project no

Re: need some help : compiling latest hadoop from source

2012-09-25 Thread Harsh J
You're doing the right thing. The ./hadoop-dist/target/hadoop-3.0.0-SNAPSHOT.tar.gz is the trunk tarball you'll want to deploy. On Wed, Sep 26, 2012 at 3:58 AM, Sujee Maniyam wrote: > HI > I am following this > http://www.michael-noll.com/blog/2011/04/14/building-an-hadoop-0-20-x-version-for-hbas

need some help : compiling latest hadoop from source

2012-09-25 Thread Sujee Maniyam
HI I am following this http://www.michael-noll.com/blog/2011/04/14/building-an-hadoop-0-20-x-version-for-hbase-0-90-2/ How ever the latest hadoop is using mvn. Just wanted to verify that I am doing the right thing The following completed successfully. # git clone http://git.apache.org/hadoop-co