+1 - verify signatures vs KEYS file in dist repo - verify src tarball has no 'target' paths, jar, or class files - verified none of rej, orig, java, or scala files in the bin tgz - verified none of rej, orig, class, jar files, or target paths in the src tgz - inspected site and docs in bin tgz, looks good - build from source vs all combinations of Oracle jdk1.7.0_67, jdk1.8.0_20, and hadoop versions 2.3.0 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.1 - ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an hour). passed. - inspected linked compatibility report. Nothing changed since 1.1.1RC0 report. - ran stack's hbase-downstreamer [0] project `mvn clean package` vs staging maven repo. Tests pass. - ran Dmitry's shaded-client downstreamer project [1] vs staging maven repo and bin tarball, following instructions similar to those found in my JIRA comment [2], versions adjusted for the release candidate. Test app runs successfully.
[0]: https://github.com/saintstack/hbase-downstreamer [1]: https://github.com/dminkovsky/HBASE-13889 [2]: https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493 On Wed, Aug 26, 2015 at 9:16 PM, Nick Dimiduk <[email protected]> wrote: > Hello again devs, > > This "third time's the charm" edition release candidate of HBase 1.1.2 > (HBase-1.1.2RC2) is available for download at > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC2/ > > Maven artifacts are also available in the staging repository > https://repository.apache.org/content/repositories/orgapachehbase-1115/ > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > available in the Apache keys directory > https://people.apache.org/keys/committer/ndimiduk.asc and in our project > KEYS files at https://dist.apache.org/repos/dist/release/hbase/KEYS > > There's a signed tag for this release at > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=b54078ddc30b9feb09aa36f3cf9fa8af757fa77b > > The detailed source and binary compatibility report vs 1.1.0 has been > published for your review, at > http://people.apache.org/~ndimiduk/1.1.0_1.1.2RC2_compat_report.html > > HBase 1.1.2 is the second patch release in the HBase 1.1 line, continuing > on the theme of bringing a stable, reliable database to the Hadoop and > NoSQL communities. This release includes over 80 bug fixes since the 1.1.1 > release. Notable correctness fixes include HBASE-14054, HBASE-12865, > HBASE-13993, HBASE-13337, HBASE-14013, HBASE-13895. > > This release candidate is identical to the RC1 tag. The only difference is > it was built with the updated make_rc.sh script attached to HBASE-14318. > > The full list of fixes included in this release is available at > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12332793 > and in the CHANGES.txt file included in the distribution. > > Please try out this candidate and vote +/-1 by Monday, 2015-08-31 23:59 > UTC-07:00 as to whether we should release these artifacts as HBase 1.1.2. > > Thanks, > Nick >
