You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by am...@apache.org on 2016/03/15 19:48:09 UTC

[12/23] incubator-beam git commit: [BEAM-11] Add Spark runner to runners module

[BEAM-11] Add Spark runner to runners module


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

Branch: refs/heads/master
Commit: bde9933dcb0580d6ecc49968f4ba30f3151979ed
Parents: dd1c6cc
Author: Sela <an...@paypal.com>
Authored: Sat Mar 12 17:54:02 2016 +0200
Committer: Sela <an...@paypal.com>
Committed: Tue Mar 15 20:39:47 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/bde9933d/runners/pom.xml
----------------------------------------------------------------------
diff --git a/runners/pom.xml b/runners/pom.xml
index 4f07ceb..b2e9eb1 100644
--- a/runners/pom.xml
+++ b/runners/pom.xml
@@ -38,6 +38,7 @@
 
   <modules>
     <module>flink</module>
+    <module>spark</module>
   </modules>
 
 </project>