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=9&rev2=10

  
  # set version
  $ mvn versions:set -DnewVersion=$version
+ 
  # first pass, make the distribution (do not use 'clean')
  $ mvn package install site -Psrc -Pnative -Pdist -DskipTests=true 
-Dcontainer-executor.conf.dir=/etc/hadoop
  
@@ -127, +128 @@

  # copy site + javdocs
  $ cp -R target/staging/hadoop-project/* 
hadoop-dist/target/hadoop-0.23.0/share/doc/hadoop/
  
- # create the release tarball
+ # create the src and binary release tarball
- $ mvn package -Dtar -DskipTests=true
+ $ cd hadoop-dist/target
+ $ tar -czf hadoop-0.23.0.tar.gz hadoop-0.23.0
+ $ tar -xzf hadoop-dist-0.23.0-src.tar.gz
+ $ mv hadoop-dist-0.23.0-src hadoop-0.23.0-src
+ $ tar -czf hadoop-0.23.0-src.tar.gz hadoop-0.23.0-src
  }}}
        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