You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/04/10 16:37:31 UTC

[1/2] beam git commit: BEAM-1390 Update top level README.md to include Apex Runner

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 <th...@apache.org>
Authored: Sat Apr 8 12:48:09 2017 -0700
Committer: Dan Halperin <dh...@google.com>
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.


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

Posted by dh...@apache.org.
This closes #2472


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

Branch: refs/heads/master
Commit: e53f959f996c5b365871c40a9ef2faadfc1f6a19
Parents: e4c3ecf f44b6e1
Author: Dan Halperin <dh...@google.com>
Authored: Mon Apr 10 09:37:23 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Mon Apr 10 09:37:23 2017 -0700

----------------------------------------------------------------------
 README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------