Skip to content

Add a demo flink application

Gmodena requested to merge develop into main

Created by: gmodena

This PRs contains a demo of how to build and deploy Flink jobs atop YARN on the Analytics cluster.

StreamingJob is a simple job that aggregates and counts the number of revisions per databases over a tumbling window of 15 seconds.

Details can be found in README.md.

Merge request reports