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 CarlSteinbach.
http://wiki.apache.org/hadoop/Hive/HowToRelease?action=diff&rev1=14&rev2=15

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

  
        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. Verify that the MD5 checksums are valid: {{{
+ % md5sum -c hive-0.6.0.tar.gz.md5 
+ hive-X.Y.Z.tar.gz: OK
+ 
+ % md5sum -c hive-0.6.0-bin.tar.gz.md5 
+ hive-X.Y.Z-bin.tar.gz: OK
  }}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
        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). {{{

Reply via email to