Updated on 2022-06-01 GMT+08:00

Viewing Commissioning Results

After HBase application running is complete, you can obtain the running status by viewing the running result or HBase logs.

If the application running is successful, the following information is displayed.

2018-01-17 19:44:28,068 INFO  [main] examples.HBaseExample: Entering dropTable.
2018-01-17 19:44:28,074 INFO  [main] client.HBaseAdmin: Started disable of hbase_sample_table
2018-01-17 19:44:30,310 INFO  [main] client.HBaseAdmin: Disabled hbase_sample_table
2018-01-17 19:44:31,727 INFO  [main] client.HBaseAdmin: Deleted hbase_sample_table
2018-01-17 19:44:31,727 INFO  [main] examples.HBaseExample: Drop table successfully.
2018-01-17 19:44:31,727 INFO  [main] examples.HBaseExample: Exiting dropTable.
2018-01-17 19:44:31,727 INFO  [main] client.ConnectionManager$HConnectionImplementation: Closing master protocol: MasterService
2018-01-17 19:44:31,733 INFO  [main] client.ConnectionManager$HConnectionImplementation: Closing zookeeper sessionid=0x13002d37b3933708
2018-01-17 19:44:31,736 INFO  [main-EventThread] zookeeper.ClientCnxn: EventThread shut down for session: 0x13002d37b3933708
2018-01-17 19:44:31,737 INFO  [main] zookeeper.ZooKeeper: Session: 0x13002d37b3933708 closed
2018-01-17 19:44:31,750 INFO  [main] examples.TestMain: -----------finish HBase -------------------