Update to more recent Flink version in example
Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/28a94d37 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/28a94d37 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/28a94d37 Branch: refs/heads/asf-site Commit: 28a94d37a62e2c5834c6dbf1a07948c1fc5a478f Parents: 855364b Author: Aljoscha Krettek <[email protected]> Authored: Tue Jun 27 17:29:43 2017 +0200 Committer: Aljoscha Krettek <[email protected]> Committed: Wed Jun 28 12:29:28 2017 +0200 ---------------------------------------------------------------------- src/documentation/runners/flink.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/28a94d37/src/documentation/runners/flink.md ---------------------------------------------------------------------- diff --git a/src/documentation/runners/flink.md b/src/documentation/runners/flink.md index 685917e..512f505 100644 --- a/src/documentation/runners/flink.md +++ b/src/documentation/runners/flink.md @@ -37,10 +37,10 @@ To find out which version of Flink you need you can run this command to check th ``` $ mvn dependency:tree -Pflink-runner |grep flink ... -[INFO] | +- org.apache.flink:flink-streaming-java_2.10:jar:1.1.2:runtime +[INFO] | +- org.apache.flink:flink-streaming-java_2.10:jar:1.2.1:runtime ... ``` -Here, we would need Flink 1.1.2. +Here, we would need Flink 1.2.1. For more information, the [Flink Documentation](https://ci.apache.org/projects/flink/flink-docs-release-1.1/) can be helpful.
