1. Install the HBase and ZooKeeper RPMs

Prerequisites

  1. You must have at least core Hadoop on your system. See Configure the Remote Repository for more information.

  2. 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 Repository to configure either a public or private repository before proceeding.

    Error: No matching package to list.

Installation

  1. Execute the following command on Zookeeper nodes and the gateway node:

    • For RHEL/CentOS:

      yum install zookeeper
    • For SLES:

      zypper install zookeeper
  2. Execute the following command on HBaseMaster node, RegionServer nodes and the gateway node:

    • For RHEL/CentOS:

      yum install hbase

    • For SLES:

      zypper install hbase


loading table of contents...