Command Line Installation
Also available as:
PDF
loading table of contents...

Validate the Installation

Use these steps to validate your installation.

  1. Start HBase.

    • Execute the following command from the HBase Master node:

      su -l hbase -c "/usr/hdp/current/hbase-master/bin/hbase-daemon.sh start master; sleep 25"

    • Execute the following command from each HBase Region Server node:

      su -l hbase -c "/usr/hdp/current/hbase-regionserver/bin/hbase-daemon.sh start regionserver"

  2. Smoke Test HBase.

    From a terminal window, enter:

    su - $HBASE_USER
    hbase shell

    In the HBase shell, enter the following command:

    status 'detailed'