Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/HowToRelease" page has been changed by stack. http://wiki.apache.org/hadoop/Hbase/HowToRelease?action=diff&rev1=7&rev2=8 -------------------------------------------------- - To make a release, follow the comprehensive [[HowToRelease]] documentation substituting '''hbase''' wherever '''core''' is mentioned. + To make a release, follow the comprehensive [[HowToRelease]] documentation substituting '''hbase''' wherever '''core''' is mentioned. Make the below ec2 changes and run the smoke tests listed below. - Before the release, run the following smoke tests (at least). + == ec2 changes == + + Below is from an Andrew mail up on list + + 1. Update src/contrib/ec2/hbase-ec2-env.sh to use the version of the release. + 2. Build a tarball hbase-{version}.tar.gz and put it up in an S3 bucket of mine, '''iridiant.s3.amazonaws.com/hbase/hbase-{version}.tar.gz''' + 3. Use the build scripts to build new HBase AMIs: + * ./src/contrib/ec2/bin/create-hbase-image c1.medium + * ./src/contrib/ec2/bin/create-hbase-image c1.xlarge + + Implicit in this step is storage of the images in a S3 bucket under my account and registration of the image. + + Then, mark the AMIs as public. + + I think only step #1 can be done at release time and I'll have to do the rest subsequently. == Smoke Tests == * Run unit tests on different hardwares: mac, windows, linux.
