Install the HBase 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 hbase
The output should list at least one HBase package similar to the following:
hbase.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 private repository before proceeding.
Error: No matching package to list.
Installation
On hosts identified as HBase Master/RegionServers, type:
The files are located in the configuration_files/hbase
directory in
the companion files.
For RHEL/CentOS/Oracle Linux
yum install hbase
For SLES
zypper install hbase
For Ubuntu
apt-get install hbase