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

Creating a Project (Optional)

Scenarios

IntelliJ IDEA can be used to create a Flink project. A Scala project is used as an example to illustrate how to create a Flink project.

Procedure

  1. Start the IDEA and choose Create New Project.

    Figure 1 Creating a project

  2. On the New Project page, choose a Scala development environment, choose Scala Module, and then click Next. If you want to create a Java project, choose corresponding parameters of Java.

    Figure 2 Selecting a development environment

  3. On the New Project page, enter the project name and project location, select the JDK version and Scala SDK, and then click Finish.

    Figure 3 Filling in project information