Add a demo flink application
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.