You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/06/28 11:48:25 UTC

[1/4] beam-site git commit: Add note about Scala version when setting up Flink cluster

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 <al...@gmail.com>
Authored: Tue Jun 27 17:31:56 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
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.
 


[4/4] beam-site git commit: This closes #262

Posted by al...@apache.org.
This closes #262


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

Branch: refs/heads/asf-site
Commit: b8f9c3079befa511eaa71ec8224284aa9e9b5b53
Parents: 855364b a3b781c
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Wed Jun 28 13:47:42 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Wed Jun 28 13:47:42 2017 +0200

----------------------------------------------------------------------
 content/documentation/runners/flink/index.html | 4 ++--
 src/documentation/runners/flink.md             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[3/4] beam-site git commit: Regenerate website

Posted by al...@apache.org.
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 <al...@gmail.com>
Authored: Wed Jun 28 13:47:29 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
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>
 


[2/4] beam-site git commit: Update to more recent Flink version in example

Posted by al...@apache.org.
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 <al...@gmail.com>
Authored: Tue Jun 27 17:29:43 2017 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
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.