
上QQ阅读APP看书,第一时间看更新
Developing a Spark application in IntelliJ IDEA with Maven
IntelliJ IDEA comes bundled with support for Maven. We will see how to create a new Maven project in this recipe.
How to do it...
Perform the following steps to develop a Spark application on IntelliJ IDEA with Maven:
- Select Maven in new project window and click on Next:
- Enter three dimensions of the project:
- Enter the project's name and location:
- Click on Finish and the Maven project is ready.