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 2016/06/07 08:33:31 UTC

[1/2] incubator-beam git commit: [BEAM-297] Update Flink README.md to 0.2.0-incubating-SNAPSHOT

Repository: incubator-beam
Updated Branches:
  refs/heads/master 43c8f8360 -> 5dc46357c


[BEAM-297] Update Flink README.md to  0.2.0-incubating-SNAPSHOT


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

Branch: refs/heads/master
Commit: 782c7b7580f5f49464e4686d1af3ef5bcc3379a7
Parents: 43c8f83
Author: JianfengQian <Ji...@outlook.com>
Authored: Sat May 21 18:32:29 2016 +0800
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Tue Jun 7 10:32:37 2016 +0200

----------------------------------------------------------------------
 runners/flink/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/782c7b75/runners/flink/README.md
----------------------------------------------------------------------
diff --git a/runners/flink/README.md b/runners/flink/README.md
index 8256c04..cce17a2 100644
--- a/runners/flink/README.md
+++ b/runners/flink/README.md
@@ -59,7 +59,7 @@ If you wish to explicitly enable streaming mode, please set the streaming flag i
 
 ### Batch optimization
 
-Flink gives you out-of-core algorithms which operate on its managed memory to perform sorting, 
+Flink gives you out-of-core algorithms which operate on its managed memory to perform sorting,
 caching, and hash table operations. We have optimized operations like CoGroup to use Flink's
 optimized out-of-core implementation.
 
@@ -164,7 +164,7 @@ The contents of the root `pom.xml` should be slightly changed aftewards (explana
     <dependency>
       <groupId>org.apache.beam</groupId>
       <artifactId>flink-runner_2.10</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.2.0-incubating-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
@@ -222,4 +222,4 @@ folder to the Flink cluster using the command-line utility like so:
 # More
 
 For more information, please visit the [Apache Flink Website](http://flink.apache.org) or contact
-the [Mailinglists](http://flink.apache.org/community.html#mailing-lists).
\ No newline at end of file
+the [Mailinglists](http://flink.apache.org/community.html#mailing-lists).


[2/2] incubator-beam git commit: This closes #370

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


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

Branch: refs/heads/master
Commit: 5dc46357c44f4c296c4a00dea47c7ff0e00f9aaa
Parents: 43c8f83 782c7b7
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Tue Jun 7 10:33:02 2016 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Tue Jun 7 10:33:02 2016 +0200

----------------------------------------------------------------------
 runners/flink/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------