From the course: Apache Flink: Exploratory Data Analytics with SQL

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Setting up the exercise files

Setting up the exercise files - SQL Tutorial

From the course: Apache Flink: Exploratory Data Analytics with SQL

Start my 1-month free trial

Setting up the exercise files

- [Instructor] The exercise files for this project are available in the file flink-exp-data-analytics.zip. I have already extracted these files in the Exercise Files folder on my Desktop. In this video, I will walk you through the steps to import this project into your setup. First, make sure that IntelliJ IDEA environment and Maven are set up properly. Try setting up a Fling project from scratch and make sure that's working fine. From IntelliJ IDEA, choose the Import Project option. Then select the base directory flink-exp-data-analytics to import. Choose Import project from external model and select Maven. Hit Finish. Import will take some time as Maven resolves its dependencies. You should be able to get a clean build at the end of the process. Please note that Flink SQL requires a few additional dependencies in your pom.xml. Please review those dependencies if you are setting up a new Flink SQL project. One…

Contents