Updated on 2024-04-02 GMT+08:00

Viewing Linux Commissioning Results

Scenario

After an HBase application is run, you can check the running result through one of the following methods:

  • Viewing the command output.
  • Viewing HBase logs.
  • Logging in to the HBase WebUI, see More Information > External Interfaces > WebUI.
  • Using HBase Shell command, see More Information > External Interfaces > Shell.

Procedure

  • You can view the execution details of the submitted application in the run logs. For example, after the hbase-sample is successfully executed, the following information is displayed:
    2280 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Entering testCreateTable.
    3091 [main] WARNcom.huawei.hadoop.hbase.example.HBaseSample- table already exists
    3091 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Exiting testCreateTable.
    3091 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Entering testPut.
    3264 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Put successfully.
    3264 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Exiting testPut.
    3264 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Entering testGet.
    3283 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- 012005000201:info,address,Shenzhen, Guangdong
    3283 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- 012005000201:info,name,yugeZhang San
    3283 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Get data successfully.
    3283 [main] INFOcom.huawei.hadoop.hbase.example.HBaseSample- Exiting testGet.
    3283 [main] INFOorg.apache.hadoop.hbase.client.ConnectionManager$HConnectionImplementation- Closing zookeeper sessionid=0xd000035eba278e9
    3297 [main] INFOorg.apache.zookeeper.ZooKeeper- Session: 0xd000035eba278e9 closed
    3297 [main-EventThread] INFOorg.apache.zookeeper.ClientCnxn- EventThread shut down
    -----------finish HBase -------------------