You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/12 08:43:20 UTC

[beam] 01/01: Merge pull request #5937 from qinyeli/master

This is an automated email from the ASF dual-hosted git repository.

ccy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 48e4318288199b48d4c44883c8fd9e4ed193aeac
Merge: bb34672 396caac
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Thu Jul 12 01:43:12 2018 -0700

    Merge pull request #5937 from qinyeli/master
    
    Interactive runner and corresponding tests

 .../apache_beam/runners/interactive/__init__.py    |  16 +
 .../runners/interactive/display_manager.py         | 161 ++++++++
 .../interactive/interactive_pipeline_graph.py      | 185 +++++++++
 .../runners/interactive/interactive_runner.py      | 441 +++++++++++++++++++++
 .../runners/interactive/interactive_runner_test.py | 104 +++++
 .../runners/interactive/pipeline_graph.py          | 175 ++++++++
 sdks/python/setup.py                               |   1 +
 7 files changed, 1083 insertions(+)