Installing HBase on a Client Node
The following instructions use the package manager to download and install HBase from the EEP repository to a client node. When you install HBase on a client node, you can use the HBase shell from a machine outside the cluster.
Prerequisites
Before you being, verify the following
prerequisites:
- The EEP repository is set up. For the steps to set up the EEP repository, see Step 11: Install Ecosystem Components Manually
- The HPE Ezmeral Data
Fabric client must be installed on the node where you install the HBase
client.
For HPE Ezmeral Data Fabric client setup instructions, see Setting Up the Client.
- You must know the IP addresses or hostnames of the ZooKeeper nodes on the cluster.
About this task
Run the following commands as root
or using sudo
.
Procedure
-
On the client computer, install
mapr-hbase
:- CentOS or Red Hat
-
yum install mapr-hbase
- Ubuntu
-
apt-get install mapr-hbase
- SLES
-
zypper install mapr-hbase
- On all HBase nodes, run configure.sh with a list of the CLDB nodes and ZooKeeper nodes in the cluster.