You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Sean Busbey <bu...@apache.org> on 2016/07/18 11:15:35 UTC

[ANNOUNCE] Apache HBase 1.2.2 is now available for download

The HBase team is happy to announce the immediate availability of HBase 1.2.2.

Apache HBase is an open-source, distributed, versioned, non-relational database.
Apache HBase gives you low latency random access to billions of rows with
millions of columns atop non-specialized hardware. To learn more about HBase,
see https://hbase.apache.org/.

HBase 1.2.2 is the second maintenance release in the HBase 1.2.z line,
continuing on the theme of bringing a stable, reliable database to the
Hadoop and NoSQL communities. This release includes 74 resolved issues
since the 1.2.1 release.

With this release, the HBase community has designated the 1.2 line as the
current stable release line. All HBase 1.1 users are strongly encouraged to
upgrade.

Notable fixes include:

* [HBASE-15811] - Batch Get after batch Put does not fetch all Cells
* [HBASE-15698] - Increment TimeRange not serialized to server
* [HBASE-15234] - ReplicationLogCleaner can abort due to transient ZK issues
* [HBASE-15645] - hbase.rpc.timeout is not used in operations of HTable
* [HBASE-15622] - Superusers does not consider the keytab credentials
* [HBASE-15856] - Cached Connection instances can wind up with
addresses never resolved
* [HBASE-15873] - ACL for snapshot restore / clone is not enforced
* [HBASE-16093] - Splits failed before creating daughter regions leave
meta inconsistent

The full list of issues can be found in the CHANGES.txt file included in
the release and online at:

https://s.apache.org/hbase-1.2.2-jira-releasenotes

Download through an ASF mirror near you:

    https://www.apache.org/dyn/closer.lua/hbase/1.2.2

The relevant checksums files are available at:

    https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-src.tar.gz.mds
    https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-bin.tar.gz.mds

Project member signature keys can be found at

    https://www.apache.org/dist/hbase/KEYS

PGP signatures are available at:

    https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-src.tar.gz.asc
    https://www.apache.org/dist/hbase/1.2.2/hbase-1.2.2-bin.tar.gz.asc

For instructions on verifying ASF release downloads, please see

    https://www.apache.org/dyn/closer.cgi#verify

Question, comments, and problems are always welcome at: dev@hbase.apache.org.

Cheers,
The HBase Dev Team