内容简介:Apache Accumulo 2.0.0 发布了,此版本包含 v1.9 及更早版本的重大更改,同时这是自采用 semver 以来的第一个主要版本。 Apache Accumulo 是一个可靠的、可伸缩的、高性能的排序分布式的 Key-Value 存储解决方案,...
Apache Accumulo 2.0.0 发布了,此版本包含 v1.9 及更早版本的重大更改,同时这是自采用 semver 以来的第一个主要版本。
Apache Accumulo 是一个可靠的、可伸缩的、高性能的 排序 分布式的 Key-Value 存储解决方案,基于单元访问控制以及可定制的服务器端处理。使用 Google BigTable 设计思路,基于 Apache Hadoop、Zookeeper 和 Thrift 构建。
此版本引入了用于创建 Accumulo 客户端的 API。Connector 和 ZooKeeperInstance 对象已被弃用,并由 AccumuloClient 替换,AccumuloClient 从 Accumulo 入口点创建。新 API 还弃用了 ClientConfiguration,并引入了自己名为 accumulo-client.properties 的属性文件,它随 Accumulo tarball 一起提供。
Accumulo 2.x 至少要求 Java 8 和 Hadoop 3 环境,同时它还支持使用 Java 11 运行,但不是必须项。
此版本 Accumulo 的脚本和配置进行了重构,使 Accumulo 更易于使用,tarball 的 bin 目录中脚本数量已从 20 个减少到以下 4 个。
完整更新内容查看:
https://accumulo.apache.org/release/accumulo-2.0.0
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 图形化排序算法比较:快速排序、插入排序、选择排序、冒泡排序
- 排序算法下——桶排序、计数排序和基数排序
- 算法之常见排序算法-冒泡排序、归并排序、快速排序
- 【JS面试向】选择排序、桶排序、冒泡排序和快速排序简介
- 计数排序vs基数排序vs桶排序
- 排序算法--冒泡排序
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Writing Windows VxDs and Device Drivers, Second Edition
Karen Hazzah / CMP / 1996-01-12 / USD 54.95
Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!