January 24th, 2025

Apache Accumulo 4.0 Feature Preview

Apache Accumulo is a scalable distributed key/value store using HDFS and ZooKeeper, featuring server-side programming, cell-based access control, and dynamic node scaling. Latest versions are 3.0.0 and 2.1.3.

Read original articleLink Icon
Apache Accumulo 4.0 Feature Preview

Apache Accumulo is a distributed key/value store designed for robust and scalable data storage and retrieval. It utilizes Apache Hadoop's HDFS for data storage and Apache ZooKeeper for consensus management. Accumulo allows users to manage large datasets across clusters and supports server-side programming through a mechanism called Iterators, which can modify key/value pairs during data management. It features cell-based access control, where each key/value pair has a security label that restricts query results based on user authorizations. The system is designed to scale, allowing nodes to be added or removed as data storage needs change. Accumulo maintains a stable client API that adheres to long-term maintenance (LTM) releases and semantic versioning, with each release undergoing extensive testing. The latest versions include Accumulo 3.0.0 and 2.1.3, with a preview of version 4.0 expected in October 2024.

- Apache Accumulo is a scalable, distributed key/value store.

- It uses HDFS for storage and ZooKeeper for consensus.

- Features include server-side programming and cell-based access control.

- Accumulo supports dynamic scaling of nodes based on data needs.

- The latest releases include versions 3.0.0 and 2.1.3, with a 4.0 preview coming soon.

Link Icon 0 comments