Dear Wiki user,

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

The "Hive/HowToRelease" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/HowToRelease?action=diff&rev1=11&rev2=12

--------------------------------------------------

  
  = Building =
  
-       1. Build the release (binary and source versions) after running unit 
tests. {{{ 
+       1. Build the release (binary and source versions) after running unit 
tests. Note that this will generate MD5 checksum files automatically.{{{ 
  ant test tar binary
  }}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
-         1. Generate the MD5 checksum of the release file. {{{
- md5sum hive-X.Y.Z-dev.tar.gz > hive-X.Y.Z-dev.tar.gz.md5
- md5sum hive-X.Y.Z-bin.tar.gz > hive-X.Y.Z-bin.tar.gz.md5
- }}}
        1. Sign the release (see 
[[http://www.apache.org/dev/mirror-step-by-step.html?Step-By-Step|Step-By-Step 
Guide to Mirroring Releases]] for more information). {{{
  gpg --armor --output hive-X.Y.Z-dev.tar.gz.asc --detach-sig 
hive-X.Y.Z-dev.tar.gz
  gpg --armor --output hive-X.Y.Z-bin.tar.gz.asc --detach-sig 
hive-X.Y.Z-bin.tar.gz

Reply via email to