Repository: beam Updated Branches: refs/heads/master e4c3ecf4a -> e53f959f9
BEAM-1390 Update top level README.md to include Apex Runner Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f44b6e18 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f44b6e18 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f44b6e18 Branch: refs/heads/master Commit: f44b6e18a7355fc6216eea39de44be3376a84fef Parents: e4c3ecf Author: Thomas Weise <[email protected]> Authored: Sat Apr 8 12:48:09 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Mon Apr 10 09:37:21 2017 -0700 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/f44b6e18/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0878668..23768ce 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Have ideas for new SDKs or DSLs? See the [JIRA](https://issues.apache.org/jira/b Beam supports executing programs on multiple distributed processing backends through PipelineRunners. Currently, the following PipelineRunners are available: - The `DirectRunner` runs the pipeline on your local machine. +- The `ApexRunner` runs the pipeline on an Apache Hadoop YARN cluster (or in embedded mode). - The `DataflowRunner` submits the pipeline to the [Google Cloud Dataflow](http://cloud.google.com/dataflow/). - The `FlinkRunner` 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. - The `SparkRunner` 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.
