发布于 2015-07-06 23:47:44 | 152 次阅读 | 评论: 0 | 来源: 网友投递
Accumulo K/V存储方案
Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。
Accumulo 1.6.3 发布,该版本是一个 bug 修复版本,主要面向那些不准备升级到 1.7 的 1.6系列用户。
详细更新内容请查看更新日志。
改版本下载地址:download。
Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。