[BEAM-11] add Spark runner to included runners
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b49e3c95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b49e3c95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/b49e3c95 Branch: refs/heads/master Commit: b49e3c95bca2de7ce78fbe7ab3cf0148b3a574ab Parents: eb0341d Author: Sela <[email protected]> Authored: Mon Mar 14 23:53:09 2016 +0200 Committer: Sela <[email protected]> Committed: Tue Mar 15 20:40:18 2016 +0200 ---------------------------------------------------------------------- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b49e3c95/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1a089ff..4e6b995 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,7 @@ Beam supports executing programs on multiple distributed processing backends thr - The `DirectPipelineRunner` runs the pipeline on your local machine. - The `DataflowPipelineRunner` submits the pipeline to the [Google Cloud Dataflow](http://cloud.google.com/dataflow/). - The `FlinkPipelineRunner` runs the pipeline on an Apache Flink cluster. The code has been donated from [dataArtisans/flink-dataflow](https://github.com/dataArtisans/flink-dataflow) and is now part of Beam. - -After the Beam project's initial bootstrapping completes, it will include: -- The `SparkPipelineRunner` runs the pipeline on an Apache Spark cluster. See the code that will be donated at [cloudera/spark-dataflow](https://github.com/cloudera/spark-dataflow). +- The `SparkPipelineRunner` runs the pipeline on an Apache Spark cluster. The code has been donated from [cloudera/spark-dataflow](https://github.com/cloudera/spark-dataflow) and is now part of Beam. Have ideas for new Runners? See the [Jira](https://issues.apache.org/jira/browse/BEAM/component/12328916/). @@ -64,6 +62,9 @@ _Coming soon!_ See the Flink Runner [README](https://github.com/apache/incubator-beam/tree/master/runners/flink). +### Spark Runner + +See the Spark Runner [README](https://github.com/apache/incubator-beam/tree/master/runners/spark). ## Contact Us
