Regenerate website
Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/a3b781cf Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/a3b781cf Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/a3b781cf Branch: refs/heads/asf-site Commit: a3b781cf51e2184c6e90e0a9c72d7a81ebfb7928 Parents: 218331a Author: Aljoscha Krettek <[email protected]> Authored: Wed Jun 28 13:47:29 2017 +0200 Committer: Aljoscha Krettek <[email protected]> Committed: Wed Jun 28 13:47:29 2017 +0200 ---------------------------------------------------------------------- content/documentation/runners/flink/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/a3b781cf/content/documentation/runners/flink/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/runners/flink/index.html b/content/documentation/runners/flink/index.html index f16110b..9ad61cc 100644 --- a/content/documentation/runners/flink/index.html +++ b/content/documentation/runners/flink/index.html @@ -171,11 +171,11 @@ <p>To find out which version of Flink you need you can run this command to check the version of the Flink dependency that your project is using:</p> <div class="highlighter-rouge"><pre class="highlight"><code>$ 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 ... </code></pre> </div> -<p>Here, we would need Flink 1.1.2.</p> +<p>Here, we would need Flink 1.2.1. Please also note the Scala version in the dependency name. In this case we need to make sure to use a Flink cluster with Scala version 2.10.</p> <p>For more information, the <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.1/">Flink Documentation</a> can be helpful.</p>
