You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2017/05/11 21:11:32 UTC

[3/3] beam git commit: Closes #3096

Closes #3096


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

Branch: refs/heads/master
Commit: b1c51ccbe883fdc2c01f4ca85520938af9395314
Parents: 5eab219 c831734
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Thu May 11 14:06:23 2017 -0700
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu May 11 14:06:23 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/pipeline.py                         | 7 +++++++
 sdks/python/apache_beam/runners/api/__init__.py             | 4 +++-
 sdks/python/apache_beam/runners/common.py                   | 5 ++++-
 sdks/python/apache_beam/runners/dataflow/__init__.py        | 9 +++++++++
 sdks/python/apache_beam/runners/dataflow/dataflow_runner.py | 3 +++
 .../apache_beam/runners/dataflow/test_dataflow_runner.py    | 3 +++
 sdks/python/apache_beam/runners/direct/__init__.py          | 6 +++++-
 sdks/python/apache_beam/runners/direct/direct_runner.py     | 3 +++
 sdks/python/apache_beam/runners/pipeline_context.py         | 6 ++++++
 sdks/python/apache_beam/runners/portability/__init__.py     | 2 ++
 sdks/python/apache_beam/runners/runner.py                   | 3 +++
 sdks/python/apache_beam/runners/worker/__init__.py          | 2 ++
 12 files changed, 50 insertions(+), 3 deletions(-)
----------------------------------------------------------------------