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=8&rev2=9 -------------------------------------------------- = Building = - 1. Build the release & run unit tests. + 1. Build the release (binary and source versions) and run unit tests. {{{ + ant test tar bin + }}} 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.tar.gz > hive-X.Y.Z.tar.gz.md5 + 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.tar.gz.asc --detach-sig hive-X.Y.Z.tar.gz + 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 }}} 1. Copy release files to a public place. {{{ ssh people.apache.org mkdir public_html/hive-X.Y.Z-candidate-0 - scp -p hive-X.Y.Z.tar.gz* people.apache.org:public_html/hive-X.Y.Z-candidate-0 + scp -p hive-X.Y.Z-*.tar.gz* people.apache.org:public_html/hive-X.Y.Z-candidate-0 }}} 1. Call a release vote on hive-dev at hadoop.apache.org.
