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 .
- Using HBase Shell command, see .
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:
2020-07-13 14:36:12,736 INFO [main] basic.CreateTableSample: Create table sampleNameSpace:sampleTable successful! 2020-07-13 14:36:15,426 INFO [main] basic.ModifyTableSample: Modify table sampleNameSpace:sampleTable successfully. 2020-07-13 14:36:16,708 INFO [main] basic.MultiSplitSample: Mmulti split table sampleNameSpace:sampleTable successfully. 2020-07-13 14:36:17,299 INFO [main] basic.PutDataSample: Successfully put 9 items data into sampleNameSpace:sampleTable. 2020-07-13 14:36:18,992 INFO [main] basic.ScanSample: Scan data successfully. 2020-07-13 14:36:20,532 INFO [main] basic.DeletaDataSample: Successfully delete data from table sampleNameSpace:sampleTable. 2020-07-13 14:36:21,006 INFO [main] acl.AclSample: Grant ACL for table sampleNameSpace:sampleTable successfully. 2020-07-13 14:36:27,836 INFO [main] index.CreateIndexSample: Successfully add index for table sampleNameSpace:sampleTable.
- Result of interconnecting HBase/Phoenix with SpringBoot:
Open a browser and access http://IP address of the sample running node:8080/hbase/HBaseDemo and http://IP address of the sample running node:8080/hbase/PhoenixDemo. IDEA prints logs normally, and "finish HBase" and "finish Phoenix" are returned.
Figure 1 "finish HBase" displayed
Figure 2 "finish Phoenix" returned
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot