Using HBase on the Hue Web UI

Scenario

You can use Hue to create or query HBase tables in a cluster and run tasks on the Hue web UI.

Make sure that the HBase component has been installed in the MRS cluster and the Thrift1Server instance has been added before this operation.

Accessing Job Browser

  1. Access the Hue web UI. For details, see Accessing the Hue Web UI.

  2. Click HBase image1. The HBase Browser page is displayed.

Creating an HBase Table

  1. Access the Hue web UI. For details, see Accessing the Hue Web UI.

  2. Click HBase image2. The HBase Browser page is displayed.

  3. Click New Table on the right, enter the table name and column family parameters, and click Submit.

Querying Data in an HBase Table

  1. Access the Hue web UI. For details, see Accessing the Hue Web UI.

  2. Click HBase image3. The HBase Browser page is displayed.

  3. Click the HBase table to be queried. Then, click the key value next to search box in the upper part, and query the HBase table.