Updated on 2022-09-15 GMT+08:00

Configuring and Importing a Sample Project

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

  1. Obtain the Impala sample project. For details, see Obtaining Sample Projects from Huawei Mirrors.
  2. In the impala-examples-normal folder of the root directory of the Impala example project, open the cmd window and run the mvn install command to perform compilation.

  3. In the impala-examples-normal folder of the root directory of the Impala example project, open the cmd window and run the mvn idea:idea command to create an IntelliJ IDEA project.
  4. Import the sample project to the IntelliJ IDEA development environment.

    1. Run IntelliJ IDEA and choose File > Open.
    2. In the Open File or Project dialog box, 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.

  5. Set the IntelliJ IDEA text file coding format to prevent garbled characters.

    1. On the IntelliJ IDEA menu bar, choose File > Settings.
    2. 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.
      Figure 1 Setting the IntelliJ IDEA coding format