It contains some basic jobs for testing if everything runs smoothly.
-
Import this repository into your IDE (preferably IntelliJ IDEA). Select the
pom.xmlfile during import to treat it as a Maven project. The project uses the latest Flink 1.15. -
All examples are runnable from the IDE. You simply need to execute the
main()method of every example class. -
In order to make the examples run within IntelliJ IDEA, it is necessary to tick the
Add dependencies with "provided" scope to classpathoption in the run configuration underModify options. -
Once you are done implementing your job in the IDE, you can create a JAR file via
mvn clean verifyand submit it to the managed Flink cloud service powered by Immerok.