Configuring and Importing Sample Projects
Scenario
To run the JDBC API sample code of Impala, you need to perform the following operations.
The following example develops an application that uses JDBC to connect to Impala in the Windows environment.
Procedure
- Obtain the Impala sample project. For details, see Obtaining Sample Projects from Huawei Mirrors.
- In the root directory of the Impala sample project, run the mvn install command to perform compilation.
- In the root directory of the Impala sample project, run the mvn idea:idea command to create an IntelliJ IDEA project.
- Import the example project to the IntelliJ IDEA development environment.
- Open IntelliJ IDEA and choose .
- In the Open File or Project dialog box that is displayed, select the Impala sample project folder and click OK. After the folder is imported, the JDBCExample class in the com.huawei.bigdata.impala.example folder is the JDBC API sample code.
- Set the IntelliJ IDEA text file coding format to prevent garbled characters.
- On the IntelliJ IDEA menu bar, choose File > Settings.
- Choose Editor > File Encodings from the navigation tree of the Settings window. In the "Global Encoding" and "Project Encodings" area, set the value to UTF-8, click Apply, and click OK, as shown in Figure 1
Last Article: Preparing Development and Operating Environment
Next Article: Application Development

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.