Apache HBase 1.2.5 发布了,HBase 1.2.5 是 HBase 1.2 系列的最新维护版本,主要是为 Hadoop 和 NoSQL 社区带来稳定可靠的数据库。此版本包含自 1.2.4 版本发布以来的 50 多个已解决的问题。
Incompatibilities:
- HBASE-17725 There is an incompatible change to the LimitedPrivate API ‘RpcServiceInterface’.Apache Phoenix is not impacted.
Critical fixes include:
- HBASE-17069 RegionServer writes invalid META entries for split daughters in some circumstances
- HBASE-17044 Fix merge failed before creating merged region leaves meta inconsistent
- HBASE-17206 FSHLog may roll a new writer successfully with unflushed entries
- HBASE-16765 New SteppingRegionSplitPolicy, avoid too aggressive spread of regions for small tables.
下载地址
- https://www.apache.org/dyn/closer.lua/hbase/1.2.5
- https://www.apache.org/dist/hbase/1.2.5/hbase-1.2.5-src.tar.gz.mds
- https://www.apache.org/dist/hbase/1.2.5/hbase-1.2.5-bin.tar.gz.mds
HBase – Hadoop Database,是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统,利用HBase技术可在廉价PC Server上搭建起大规模结构化存储集群。
HBase是Google Bigtable的开源实现,类似Google Bigtable利用GFS作为其文件存储系统,HBase利用Hadoop HDFS作为其文件存储系统;Google运行MapReduce来处理Bigtable中的海量数据,HBase同样利用Hadoop MapReduce来处理HBase中的海量数据;Google Bigtable利用 Chubby作为协同服务,HBase利用Zookeeper作为对应。