title: Downloads permalink: /downloads/

Be sure to verify your downloads using these KEYS.

{% assign closerLink = ‘https://www.apache.org/dyn/closer.lua’ %} {% assign downloadsLink = ‘https://downloads.apache.org’ %} {% assign glyphSave = ‘ ’ %} {% assign glyphLock = ‘ ’ %} {% assign srcbinArray = ‘src bin’ | split: ' ' %} {% assign btnDownloadStyle = ‘class=“btn btn-primary” style=“text-transform: none; font-family: monospace”’ %} {% assign btnSigStyle = ‘class=“btn btn-outline-secondary” style=“font-family: monospace”’ %} {% assign btnHashStyle = ‘class=“btn btn-outline-secondary” style=“font-family: monospace”’ %} {% assign btnDocStyle = ‘class=“btn btn-secondary” style=“text-transform: none; font-family: monospace; margin-bottom: 5px”’ %}

Current Releases

{% assign linkVers = ‘3.0.0’ %}

Accumulo {{linkVers}} non-LTM{: .badge .bg-warning}

{: #accumulo-nonltm }

The {{linkVers}} release of Apache Accumulo® is the latest bleeding edge release, containing the newest features, bug fixes, performance enhancements, and more that are expected to appear in a future LTM release. The linked 2.x documentation is still largely applicable to 3.x for now, except those items that were removed from 3.x. Updated documention specific for 3.x will be made available in a future update to this site.

{% for srcbin in srcbinArray %} {% assign lnkFile = ‘accumulo-’ | append: linkVers | append: ‘-’ | append: srcbin | append: ‘.tar.gz’ %} {% assign lnkSuffix = ‘/accumulo/’ | append: linkVers | append: ‘/’ | append: lnkFile %}

{% assign linkVers = ‘2.1.4’ %}

Accumulo {{linkVers}} Latest{: .badge .bg-primary} LTM{: .badge .bg-success}

{: #accumulo-latest-ltm }

The {{linkVers}} release of Apache Accumulo® is the latest release on the current stable generation, containing the newest bug fixes, performance enhancements, and more.

{% for srcbin in srcbinArray %} {% assign lnkFile = ‘accumulo-’ | append: linkVers | append: ‘-’ | append: srcbin | append: ‘.tar.gz’ %} {% assign lnkSuffix = ‘/accumulo/’ | append: linkVers | append: ‘/’ | append: lnkFile %}

{% assign linkVers = ‘1.0.0-beta’ %}

Accumulo Access {{linkVers}}

{: #accumulo-access }

The Accumulo Access library provides the same functionality, semantics, and syntax as the Accumulo ColumnVisibility and VisibilityEvaluator classes in a standalone java library that can be used separately from Accumulo.

{% assign lnkFile = ‘accumulo-access-’ | append: linkVers | append: ‘-’ | append: ‘source-release’ | append: ‘.tar.gz’ %} {% assign lnkSuffix = ‘/accumulo/accumulo-access/’ | append: linkVers | append: ‘/’ | append: lnkFile %}

Legend

{: #legend }

LTM{: .badge .bg-success} / non-LTM{: .badge .bg-warning} indicates a Long Term Maintenance release or not

Latest{: .badge .bg-primary} / Legacy{: .badge .bg-secondary} indicates the latest or previous generation when two LTM releases are being concurrently maintained

Older releases

Older releases are listed in the release archive and can be downloaded from the download archive.