Updated on 2023-04-10 GMT+08:00

Configuring and Importing Sample Projects

Scenario

HDFS provides sample projects for multiple scenarios to help you quickly learn HDFS projects.

The procedure for importing HDFS example codes is described as follows: Figure 1 shows the procedure.

Figure 1 Sample project importing procedure

Procedure

  1. Obtain the sample project folder hdfs-example-normal in the src directory where the sample code is decompressed. For details, see Obtaining Sample Projects from Huawei Mirrors.
  2. Import the example project to the IntelliJ IDEA development environment.

    1. Open IntelliJ IDEA and choose File > Open.
    2. Choose the directory of the example project hdfs-example-normal. Click OK.

  3. After installing the IntelliJ IDEA and JDK tools, configure JDK in IntelliJ IDEA.

    1. Open IntelliJ IDEA and click Configure.
      Figure 2 Quick Start
    2. Choose Project Defaults > Project Structure.
      Figure 3 Configure

    3. In the displayed Project Structure for New Projects interface, click SDKs. Then click the plus sign (+) and choose JDK.
      Figure 4 Project Structure for New Projects
    4. In the displayed Select Home Directory for JDK interface, select the JDK directory, and click OK.
      Figure 5 Select Home Directory for JDK
    5. Click OK.
      Figure 6 Completing the JDK configuration

  4. Add the conf directory in the project to the resource path. On the menu bar of the Intellij IDEA, choose File > Project Structure. In the dialog box that is displayed, select the current project and click Resources > conf > OK to set the resource directory. The figure shows the directory for setting the project resource.

    Figure 7 Setting the Project Resource Directory

  5. Add the related jar files the example project depending on into classpath.

    If the sample project code is obtained from an open-source image site, dependency JAR files are automatically downloaded after Maven is configured (for details, see Configuring Huawei Open Source Mirrors).

  6. 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 8
      Figure 8 Setting the IntelliJ IDEA coding format