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/08/13 18:58:01 UTC

[beam] 01/01: Merge pull request #6198 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 69263c9dfe4c91b5d13638dc440f06b0de79935b
Merge: 5bbc602 05b233c
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Aug 13 11:57:55 2018 -0700

    Merge pull request #6198 from qinyeli/master
    
    Interactive Beam -- pipeline analyzer

 .../runners/interactive/cache_manager.py           |  15 +-
 .../runners/interactive/display_manager.py         |  15 +-
 .../interactive/interactive_pipeline_graph.py      |  14 +-
 .../runners/interactive/interactive_runner.py      | 271 +------------
 .../runners/interactive/pipeline_analyzer.py       | 434 +++++++++++++++++++++
 .../runners/interactive/pipeline_analyzer_test.py  | 270 +++++++++++++
 6 files changed, 738 insertions(+), 281 deletions(-)