RELEASENOTES

HBASE 1.5.HBASE-22466.0 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

HBASE HBASE-22466-1.5.0 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.

HBASE 1.4.0 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.


  • HBASE-21871 | Major | Support to specify a peer table name in VerifyReplication tool

After HBASE-21871, we can specify a peer table name with --peerTableName in VerifyReplication tool like the following: hbase org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication --peerTableName=peerTable 5 TestTable

In addition, we can compare any 2 tables in any remote clusters with specifying both peerId and --peerTableName.

For example: hbase org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication --peerTableName=peerTable zk1,zk2,zk3:2181/hbase TestTable


Change spotbugs version to 3.1.11.


  • HBASE-21636 | Major | Enhance the shell scan command to support missing scanner specifications like ReadType, IsolationLevel etc.

Allows shell to set Scan options previously not exposed. See additions as part of the scan help by typing following hbase shell:

hbase> help ‘scan’