发布于 2016-04-12 00:53:12 | 151 次阅读 | 评论: 0 | 来源: 网友投递
HBase分布式面向列的开源数据库
HBase是一个分布式的、面向列的开源数据库,该技术来源于 Fay Chang 所撰写的Google论文“Bigtable:一个结构化数据的分布式存储系统”。就像Bigtable利用了Google文件系统(File System)所提供的分布式数据存储一样,HBase在Hadoop之上提供了类似于Bigtable的能力。HBase是Apache的Hadoop项目的子项目。HBase不同于一般的关系数据库,它是一个适合于非结构化数据存储的数据库。另一个不同的是HBase基于列的而不是基于行的模式。
Apache HBase 1.2.1 HBase 发布了,
主要Bug修复:
* [HBASE-15441] - Fix WAL splitting when region has moved multiple times
* [HBASE-15219] - Canary tool does not return non-zero exit code when
one of regions is in stuck state
* [HBASE-15325] - ResultScanner allowing partial result will miss the
rest of the row if the region is moved between two
rpc requests
* [HBASE-15378] - Scanner cannot handle heartbeat message with no
results
下载地址:https://www.apache.org/dist/hbase/1.2.1/hbase-1.2.1-src.tar.gz.mds