You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2017/08/21 05:01:27 UTC

[1/2] beam git commit: [BEAM-79] Add Gearpump runner profile to Java8 Archetype POM

Repository: beam
Updated Branches:
  refs/heads/master 95cd37faf -> d338b4412


[BEAM-79] Add Gearpump runner profile to Java8 Archetype POM


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

Branch: refs/heads/master
Commit: 17ff7fb1c7002f6bca57d1153773adae6028783d
Parents: 95cd37f
Author: huafengw <fv...@gmail.com>
Authored: Thu Aug 17 11:58:33 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Mon Aug 21 12:59:17 2017 +0800

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml     | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/17ff7fb1/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/pom.xml b/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/pom.xml
index af4fbd3..ffdb066 100644
--- a/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/pom.xml
+++ b/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/pom.xml
@@ -223,6 +223,19 @@
     </profile>
 
     <profile>
+      <id>gearpump-runner</id>
+      <!-- Makes the GearpumpRunner available when running a pipeline. -->
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.beam</groupId>
+          <artifactId>beam-runners-gearpump</artifactId>
+          <version>${beam.version}</version>
+          <scope>runtime</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+
+    <profile>
       <id>spark-runner</id>
       <!-- Makes the SparkRunner available when running a pipeline. Additionally,
            overrides some Spark dependencies to Beam-compatible versions. -->


[2/2] beam git commit: This closes #3726

Posted by ma...@apache.org.
This closes #3726


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

Branch: refs/heads/master
Commit: d338b4412b9d7f26509afc293047dbdf85e17e61
Parents: 95cd37f 17ff7fb
Author: manuzhang <ow...@gmail.com>
Authored: Mon Aug 21 13:00:35 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Mon Aug 21 13:00:35 2017 +0800

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml     | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------