发布于 2017-02-28 00:25:27 | 145 次阅读 | 评论: 0 | 来源: 网友投递
Accumulo K/V存储方案
Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。
Apache Accumulo 1.8.1 发布了,
此版本包含超过40个问题的更改,包括bug修复、性能改进、构建质量提升等。 这是一个维护(补丁)版本。
主要更新如下:
Problem with scans right after minor compaction
Tablet Server Performance Improvement
Synchronization issue with deep copies of sources
System permission bug in Thrift Proxy
Shell compaction file selection options can block
HostRegexTableLoadBalancer used stale information
Modify TableOperations online to check for table state
详情查看发行日志
下载地址:
https://accumulo.apache.org/downloads/