|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
![]() |
|
| Developer(s) | Apache Software Foundation |
|---|---|
| Stable release | 1.4.3 / March 18, 2013 |
| Development status | Active |
| Written in | Java |
| Operating system | Cross-platform |
| Type | Column oriented database |
| License | Apache License 2.0 |
| Website | accumulo.apache.org |
Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design.[1] It is a system built on top of Apache Hadoop, Apache ZooKeeper, and Apache Thrift. Written in Java, Accumulo has cell-level access labels and server-side programming mechanisms.
Contents |
History[edit]
Accumulo was created in 2008 by the National Security Agency and contributed to the Apache Foundation as an incubator project in September 2011.[2]
On March 21, 2012, Accumulo graduated from incubation at Apache, making it a top level project.[3]
Additional Features[edit]
Cell-Level Security[edit]
Apache Accumulo extends the BigTable data model, adding a new element to the key called Column Visibility. This element stores a logical combination of security labels that must be satisfied at query time in order for the key and value to be returned as part of a user request. This allows data of varying security requirements to be stored in the same table, and allows users to see only those keys and values for which they are authorized.[4]
Server-side Programming[edit]
In addition to Cell-Level Security, Apache Accumulo provides a server-side programming mechanism called Iterators that allows users to perform additional processing at the Tablet Server. The range of operations that can be applied is equivalent to those that can be implemented within a MapReduce Combiner function, which produces an aggregate value for several key-value pairs.
Controversy[edit]
In June 2012 Congress's Senate Armed Services Committee (SASC) released the Draft 2012 Department of Defense (DoD) Authorization Bill, which included references to Apache Accumulo. In the draft bill SASC required DoD to evaluate whether Apache Accumulo could achieve commercial viability before implementing it throughout DoD.[5] Specific criteria were not included in the draft language, but the establishment of commercial entities supporting Apache Accumulo could be considered a success factor.[6]
See also[edit]
References[edit]
- ^ http://accumulo.apache.org/
- ^ http://www.informationweek.com/news/government/enterprise-apps/231600835
- ^ http://incubator.apache.org/projects/accumulo.html
- ^ http://www.informationweek.com/news/government/enterprise-apps/231600835
- ^ http://www.wired.com/wiredenterprise/2012/07/nsa-accumulo-google-bigtable/
- ^ http://www.fiercegovernmentit.com/story/sasc-accumulo-language-pro-open-source-say-proponents/2012-06-14
External links[edit]
A portion of the proceeds from advertising on Digplanet goes to supporting Wikipedia.










