Creating a New Project (Optional)
Scenario
Besides importing Spark sample projects, the IDEA can be used to create a new Spark project. A Scala project is used as an example in the following steps.
Procedure
- Start the IDEA and select Create New Project.
Figure 1 Create a project
- On the New Project page, select Scala as the development environment, select IDEA, and click Next.
If a new project in Java is required, choose corresponding parameters.Figure 2 Select the development language
- On the project information page, specify Project name, Project location, Project JDK, and Scala SDK, and click Finish to complete the project creation.
Figure 3 Add the project information
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.