Using HBase
    • PDF

    Using HBase

    • PDF

    Article Summary

    Available in VPC

    Apache HBase is a HDFS-based data storage where it's possible to randomly read and write in real time. You should understand the application's data access patterns and check beforehand if HBase can be used efficiently.

    Caution
    • If you want to use the HBase app, then you must create the Zookeeper app of the ZOOKEEPER-3.4.13 type first.
    • If you want to link the HBase app and OpenTSDB app, then you must create the HBase app of the HBASE-2.2.3 type first.
    Note

    Refer to Build client environment for apps to use HBase shell.

    Check HBase app details

    When the app creation is completed, you can view the details. When the Status is Stable under the app's details, it means the app is running normally.
    The following describes how to check the app details.

    1. From the NAVER Cloud Platform console, click the Services > Big Data & Analytics > Data Forest > App menus, in that order.
    2. Select the account that owns the app.
    3. Click the app whose details you want to view.
    4. View the app details.
      df-hbase_2-1_en
    • Quick links
      • AppMaster: URL where the container log can be viewed When creating apps, all apps are submitted to the YARN queue. YARN provides a web UI where each app's details can be viewed.
      • HBase RegionServer-0 Status UI: URL for managing HBase region server status
      • HBase Master Status UI: HBase's Master UI
      • Component: The HBASE-2.0.0 or HBASE-2.2.3 app types consist of the master, region server, thrift, thrift2, and rest components.
        • hbasemaster: You can manage region servers and monitor them by using Zookeeper.
        • regionserver: You can manage regions and process client requests.
        • thrift: API server required to exchange data with HBase
        • thrift2: API server with the concurrent feature added to thrift
        • rest: API server that uses the rest method
    Note

    The number of containers of thrift, thrift2, and rest is "0" by default. You should only add more if it is absolutely necessary.

    Cautions for using HBase

    When you have to destroy the HBase app, delete the Zookeeper path used by the app, zookeeper.znode.paren. Problems may occur if you recreate the HBase app with an identical name without deleting the Zookeeper app path.


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.