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-common.git # cd hadoop-common # mvn compile # mvn package -Pdist -DskipTests -Dtar is this the final output? ./hadoop-dist/target/hadoop-3.0.0-SNAPSHOT or ./hadoop-dist/target/hadoop-3.0.0-SNAPSHOT.tar.gz I am familiar with hadoop-1.0 dir structure, this one seems to be a bit different. thanks for your help regards Sujee Maniam http://sujee.net