GitHub user jan0sch opened a pull request: https://github.com/apache/zeppelin/pull/2747
Update to a current flink version. * update to flink 1.4.0 * update flink.akka version to 2.4.20 ### What is this PR for? The currently included flink version is rather old. For that reason we're required to compile zeppelin according to our needs. Because using the current flink (updating akka is important for that) works fine for us in production we're hereby providing a pull request. ### What type of PR is it? [Improvement] You can merge this pull request into a Git repository by running: $ git pull https://github.com/wegtam/zeppelin update-flink Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2747.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2747 ---- commit 51025a5cd19eea00d443063266eeec535c89e748 Author: Jens Grassel <jens@...> Date: 2018-01-26T07:27:23Z Update to a current flink version. * update to flink 1.4.0 * update flink.akka version to 2.4.20 ---- ---