You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/04 18:50:31 UTC

[1/3] incubator-beam git commit: add back unnecessary changes

Repository: incubator-beam
Updated Branches:
  refs/heads/master be2758cbf -> 734bfb9af


add back unnecessary changes


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

Branch: refs/heads/master
Commit: 8942c0a90eb12a1f1f04c2fc47e9cbe1ed2be5b8
Parents: d7a02a1
Author: Mark Liu <ma...@markliu0.mtv.corp.google.com>
Authored: Thu Aug 4 10:26:04 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Aug 4 11:50:08 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/8942c0a9/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index dca2318..10e7503 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -275,6 +275,7 @@
       <artifactId>beam-runners-direct-java</artifactId>
       <version>${project.version}</version>
       <scope>runtime</scope>
+      <optional>true</optional>
     </dependency>
 
     <dependency>


[2/3] incubator-beam git commit: [BEAM-124] Flink Running WordCountIT Example

Posted by dh...@apache.org.
[BEAM-124] Flink Running WordCountIT Example


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

Branch: refs/heads/master
Commit: d7a02a17b494b6ca3ffa5ce10ef1c3572738a875
Parents: be2758c
Author: Mark Liu <ma...@markliu0.mtv.corp.google.com>
Authored: Tue Aug 2 11:19:03 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Aug 4 11:50:08 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/d7a02a17/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index d0a6b34..dca2318 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -275,7 +275,6 @@
       <artifactId>beam-runners-direct-java</artifactId>
       <version>${project.version}</version>
       <scope>runtime</scope>
-      <optional>true</optional>
     </dependency>
 
     <dependency>
@@ -285,6 +284,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.beam</groupId>
+      <artifactId>beam-runners-flink_2.10</artifactId>
+      <version>${project.version}</version>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-jdk14</artifactId>
       <scope>runtime</scope>


[3/3] incubator-beam git commit: Closes #767

Posted by dh...@apache.org.
Closes #767


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

Branch: refs/heads/master
Commit: 734bfb9afc29a4d760cb8d996638021f0d55b8c6
Parents: be2758c 8942c0a
Author: Dan Halperin <dh...@google.com>
Authored: Thu Aug 4 11:50:09 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Thu Aug 4 11:50:09 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------