Skip to content
Apache Accumulo
Branch: master
Clone or download
Latest commit 926402b May 30, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assemble Merge pull request #1172 from EdColeman/remove_legacy_metrics May 30, 2019
contrib
core Merge pull request #1172 from EdColeman/remove_legacy_metrics May 30, 2019
hadoop-mapreduce Merge branch '1.9' May 24, 2019
iterator-test-harness Merge branch '1.9' May 24, 2019
minicluster Merge branch '1.9' May 24, 2019
proxy Merge pull request #1172 from EdColeman/remove_legacy_metrics May 30, 2019
server Merge pull request #1172 from EdColeman/remove_legacy_metrics May 30, 2019
shell Merge branch '1.9' May 24, 2019
src/site Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Jan 24, 2014
start Merge branch '1.9' May 24, 2019
test Merge branch '1.9' May 24, 2019
.gitignore Merge branch '1.6' into 1.7 Jan 29, 2016
.travis.yml
CONTRIBUTING.md Update CONTRIBUTING.md (#1080) Apr 8, 2019
DEPENDENCIES ACCUMULO-3800 Add DEPENDENCIES file May 12, 2015
LICENSE ACCUMULO-4382 Clean up license/notice files Jul 21, 2016
NOTICE Update copyright date to 2019 (#867) Jan 2, 2019
README.md Avoid two copies of INSTALL.md in source & website (#770) Nov 19, 2018
TESTING.md Updates for standalone cluster (#657) Sep 24, 2018
pom.xml Merge branch '1.9' May 24, 2019

README.md

Apache Accumulo

Build Status Maven Central Javadoc Apache License

Apache Accumulo is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval. With Apache Accumulo, users can store and manage large data sets across a cluster. Accumulo uses Apache Hadoop's HDFS to store its data and Apache Zookeeper for consensus. Check out the Accumulo project website for news and general information.

Getting Started

More resources can be found on the project website.

Building

Accumulo uses Maven to compile, test, and package its source. The following command will build the binary tar.gz from source. Add -DskipTests to build without waiting for the tests to run.

mvn package

This command produces assemble/target/accumulo-<version>-bin.tar.gz

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Apache Accumulo uses the built-in java cryptography libraries in its RFile encryption implementation. See oracle's export-regulations doc for more details for on Java's cryptography features. Apache Accumulo also uses the bouncycastle library for some crypographic technology as well. See the BouncyCastle FAQ for more details on bouncycastle's cryptography features.

You can’t perform that action at this time.