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 <jianfeng.q...@outlook.com>
Authored: Sat May 21 18:32:29 2016 +0800
Committer: Aljoscha Krettek <aljoscha.kret...@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).

Reply via email to