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:00 UTC

[beam] branch master updated (5bbc602 -> 69263c9)

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

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


    from 5bbc602  Increase timeout on test to reduce flakiness.
     add 05b233c  Interactive Beam -- pipeline analyzer
     new 69263c9  Merge pull request #6198 from qinyeli/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 create mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_analyzer_test.py


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

Posted by cc...@apache.org.
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(-)