forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.3 KiB
3.3 KiB
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.
Accessing Job Browser
- Access the Hue web UI. For details, see Accessing the Hue Web UI.
- Click HBase
. The HBase Browser page is displayed.
Creating an HBase Table
- Access the Hue web UI. For details, see Accessing the Hue Web UI.
- Click HBase
. The HBase Browser page is displayed.
- Click New Table on the right, enter the table name and column family parameters, and click Submit.
Querying Data in an HBase Table
- Access the Hue web UI. For details, see Accessing the Hue Web UI.
- Click HBase
. The HBase Browser page is displayed.
- 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.
Parent topic: Using Hue