Remove last vestige of the words DirectPipeline
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6a41da85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/6a41da85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/6a41da85 Branch: refs/heads/python-sdk Commit: 6a41da853537e152613fb17bed782bc16d767c57 Parents: e581244 Author: Thomas Groh <[email protected]> Authored: Fri Jun 17 10:25:44 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Mon Jun 20 15:14:30 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/6a41da85/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fa00e82..b34d933 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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 `DirectPipelineRunner` runs the pipeline on your local machine. +- The `DirectRunner` 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. - 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.
