Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "HowToReleasePostMavenization" page has been changed by Arun C Murthy:
http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=1&rev2=2

  = Building =
  
        1. Build the release & run unit tests.  This is captured in 
[[http://svn.apache.org/viewvc/hadoop/nightly/hudsonBuildHadoopRelease.sh?view=markup]].
 {{{
+ $ mvn clean package install site -Psrc -Pnative -Pdist -Dtar -DskipTests=true 
-Dcontainer-executor.conf.dir=/etc/hadoop
+ $ rm -rf ~/.ivy2/cache/org.apache.hadoop*
+ $ cd hadoop-mapreduce-project
+ $ ant veryclean all-jars -Dversion=$version -Dresolvers=internal
+ $ for i in `find build -name *.jar | grep hadoop | grep -v ivy`; do echo $i; 
cp $i ../hadoop-dist/target/hadoop-0.23.0/; done
  }}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
          1. Generate the checksums of the release file. {{{

Reply via email to