Installing the Accumulo Package
Prerequisites
You must have at least core Hadoop on your system. See Configure the Remote Repositories for more information.
Verify the HDP repositories are available:
yum list accumulo
The output should list at least one HBase package similar to the following:
accumulo.noarch <version>
If yum responds with "Error: No matching package to list" as shown below, yum cannot locate a matching RPM. This can happen if the repository hosting the HDP RPMs is unavailable, or has been disabled. Follow the instructions at Configure the Remote Repositories to configure either a public or private repository before proceeding.
Error: No matching package to list.
Installation
To install the Accumulo RPM or package, use the following command:
For RHEL/CentOS/Oracle Linux:
yum install accumulo
For SLES:
zypper install accumulo
For Ubuntu and Debian:
HDP support for Debian 6 is deprecated with HDP 2.3.6. Future versions of HDP will no longer be supported on Debian 6.
apt-get install accumulo