You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2016/10/11 07:58:05 UTC

[1/2] incubator-beam git commit: [BEAM-740] improve runners-flink README.md

Repository: incubator-beam
Updated Branches:
  refs/heads/master 6c8821682 -> 1de6439f1


[BEAM-740] improve runners-flink README.md


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

Branch: refs/heads/master
Commit: 8017a02597e260dd9e3306fba5165385e078c645
Parents: 6c88216
Author: manuzhang <ow...@gmail.com>
Authored: Mon Oct 10 19:38:35 2016 +0800
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Tue Oct 11 09:03:16 2016 +0200

----------------------------------------------------------------------
 runners/flink/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8017a025/runners/flink/README.md
----------------------------------------------------------------------
diff --git a/runners/flink/README.md b/runners/flink/README.md
index 8361112..c0b3830 100644
--- a/runners/flink/README.md
+++ b/runners/flink/README.md
@@ -152,7 +152,7 @@ Maven project.
     mvn archetype:generate -DgroupId=com.mycompany.beam -DartifactId=beam-test \
         -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
 
-The contents of the root `pom.xml` should be slightly changed aftewards (explanation below):
+The contents of the root `pom.xml` should be slightly changed afterwards (explanation below):
 
 ```xml
 <?xml version="1.0" encoding="UTF-8"?>
@@ -199,6 +199,14 @@ The contents of the root `pom.xml` should be slightly changed aftewards (explana
                   <mainClass>org.apache.beam.runners.flink.examples.WordCount</mainClass>
                 </transformer>
               </transformers>
+              <filters>
+                <filter>
+                  <artifact>*:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/LICENSE</exclude>
+                  </excludes>
+                </filter>
+              </filters>
             </configuration>
           </execution>
         </executions>


[2/2] incubator-beam git commit: [BEAM-740] This closes #1082

Posted by jb...@apache.org.
[BEAM-740] This closes #1082


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

Branch: refs/heads/master
Commit: 1de6439f14f3a1716427f10606d89a29413367d9
Parents: 6c88216 8017a02
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Tue Oct 11 09:57:57 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Tue Oct 11 09:57:57 2016 +0200

----------------------------------------------------------------------
 runners/flink/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------