Importing and Configuring Spark Sample Projects
Scenario
Spark provides sample projects for multiple scenarios, including Java and Scala sample projects to help you quickly learn Spark projects.
Methods to import Java and Scala projects are the same. Python sample projects do not need to be imported, and you only need to open the Python file (*.py).
The following example describes how to import Java sample code. Figure 1 shows the operation process.
Procedure
- Download the sample project to the local computer by referring to Obtaining the MRS Application Development Sample Project.
- Import the Java sample project to IDEA.
- Start the IntelliJ IDEA. On the Quick Start page, select Import Project.
Alternatively, for the used IDEA tool, add the project directly from the IDEA home page. Chooseto import a project.Figure 2 Importing the project (on the Quick Start page)
- Select a path for storing the sample project to be imported and click OK.
Figure 3 Selecting a file or directory to import
- Confirm the path and project name, and click Next.
Figure 4 Importing a project from Maven
- Select the project to import and click Next.
- Confirm the JDK used by the project and click Next.
Figure 5 Selecting the SDK
- Confirm the project name and path and click Finish to complete the import.
Figure 6 Selecting a project to import
- After the import, the imported project is displayed on the IDEA home page.
Figure 7 Imported project
- Start the IntelliJ IDEA. On the Quick Start page, select Import Project.
- (Optional) If a Scala sample application is imported, configure a language for the project.
- On the IDEA home page, choose Project Structure page. to go to the
- Choose Modules, right-click a project name, and choose .
Figure 8 Selecting Scala
- On the setting page, select the compiled dependency JAR file and click Apply.
Figure 9 Selecting the compiler library
- Click OK to save the settings.
- Configure the text file encoding format of IDEA to prevent garbled characters.
- On the IDEA home page, choose Figure 10 Choosing Settings
.
- On the Settings page, choose File Encodings. Select UTF-8 from the IDE Encoding drop-down list on the right. Click Apply.
- Click OK to complete the encoding settings.
- On the IDEA home page, choose
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