[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 <[email protected]> Authored: Sat Mar 12 17:54:02 2016 +0200 Committer: Sela <[email protected]> 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>
