Development Process
This document describes HBase application development based on the Java API.
For information about each phase in the development process, see Figure 1 and Table 1.
Phase |
Description |
Reference Document |
---|---|---|
Understand the basic concepts. |
Before developing an application, learn basic concepts of HBase and understand the scenario requirements and design tables. |
|
Prepare the development and operating environment. |
The Java language is recommended for the development of HBase applications. The IntelliJ IDEA tool can be used. The HBase running environment is the HBase client. Install and configure the client according to the guide. |
|
Prepare projects. |
HBase provides example projects for different scenarios. You can import an example project to learn the application. |
|
Prepare for security authentication. |
If you use a security cluster, you need to perform security authentication. |
|
Develop projects based on scenarios. |
An example project based on the Java language is provided, including creating a table, writing data into the table, and deleting the table. |
|
Compile and run the application. |
Compile the developed application and submit it for running. |
|
View application running results. |
Application running results are written into a specified path. You can also view the application running status on the UI. |
Feedback
Was this page helpful?
Provide feedbackThank 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