Hi,
I have cloned this repo as instructed here in order to get familiar with Flink. However, there are the errors in the projects after building and importing into Eclipse IDE. In the Flink Training Exercises project i find errors in the pom Plugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.4:testCompile. There are also errors in the project flink-quickstart-java . Some dependencies are not being resolved e.g. ExecutionEnvironment cannot be resolved in the BatchJob class. I have tried to clean the .m2 folder and complied both projects several times but there is no joy yet !
Hi,
I have cloned this repo as instructed here in order to get familiar with Flink. However, there are the errors in the projects after building and importing into Eclipse IDE. In the
Flink Training Exercisesproject i find errors in the pomPlugin execution not covered by lifecycle configuration: net.alchim31.maven:scala-maven-plugin:3.1.4:testCompile. There are also errors in the projectflink-quickstart-java. Some dependencies are not being resolved e.g.ExecutionEnvironment cannot be resolvedin theBatchJobclass. I have tried to clean the.m2folder and complied both projects several times but there is no joy yet !