Repository: beam-site
Updated Branches:
  refs/heads/asf-site 855364b8b -> b8f9c3079


Add note about Scala version when setting up Flink cluster


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/218331a8
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/218331a8
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/218331a8

Branch: refs/heads/asf-site
Commit: 218331a8b4ebf54a5ded5dae4580a3cafef7ea92
Parents: 28a94d3
Author: Aljoscha Krettek <[email protected]>
Authored: Tue Jun 27 17:31:56 2017 +0200
Committer: Aljoscha Krettek <[email protected]>
Committed: Wed Jun 28 12:29:28 2017 +0200

----------------------------------------------------------------------
 src/documentation/runners/flink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/218331a8/src/documentation/runners/flink.md
----------------------------------------------------------------------
diff --git a/src/documentation/runners/flink.md 
b/src/documentation/runners/flink.md
index 512f505..75bb324 100644
--- a/src/documentation/runners/flink.md
+++ b/src/documentation/runners/flink.md
@@ -40,7 +40,7 @@ $ mvn dependency:tree -Pflink-runner |grep flink
 [INFO] |  +- org.apache.flink:flink-streaming-java_2.10:jar:1.2.1:runtime
 ...
 ```
-Here, we would need Flink 1.2.1.
+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.
 
 For more information, the [Flink 
Documentation](https://ci.apache.org/projects/flink/flink-docs-release-1.1/) 
can be helpful.
 

Reply via email to