May 2017
Beginner to intermediate
596 pages
15h 2m
English
In order to run the Flink ingestors, we need to compile the code into a standalone executable JAR, using the following command within the project chapter10 folder.
mvn install
This will generate two JAR files for deployment within Flink, one as speed-address-flink-ingestor-SNAPSHOT-1.0.jar and the other as speed-contacts-flink-ingestor-SNAPSHOT-1.0.jar in their respective project folders.
Once the JAR is generated, we will need to deploy it within Flink and pass command line arguments in the following pattern as shown here, so that code has all the required details for execution. The same approach is used while running the Flink pipeline from within the Flink container. The arguments are as shownhereow for address ...