皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Apache HBase 1.2.5 发布,分布式数据库

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.

该版本详细发行说明 和 发布主页

下载地址

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作为对应。

Apache HBase 1.2.5 发布,分布式数据库