发布于 2017-03-28 00:03:09 | 152 次阅读 | 评论: 0 | 来源: 网友投递
HBase分布式面向列的开源数据库
HBase是一个分布式的、面向列的开源数据库,该技术来源于 Fay Chang 所撰写的Google论文“Bigtable:一个结构化数据的分布式存储系统”。就像Bigtable利用了Google文件系统(File System)所提供的分布式数据存储一样,HBase在Hadoop之上提供了类似于Bigtable的能力。HBase是Apache的Hadoop项目的子项目。HBase不同于一般的关系数据库,它是一个适合于非结构化数据存储的数据库。另一个不同的是HBase基于列的而不是基于行的模式。
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/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