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/15 00:13:50 UTC

[beam] branch master updated (f001db9 -> a7ebcf3)

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 f001db9  Merge pull request #6167: [BEAM-5071] Replace the bigquery with restful APIs to query dependencies
     add b3aafe7  Interactive Beam -- DirectRunner() as default
     add 1801497  Interactive Beam -- plubling options through.
     add dbae9c8  Interactive Beam -- individual path for each runner
     new a7ebcf3  Merge pull request #6226 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:
 .../apache_beam/runners/interactive/cache_manager.py   | 18 ++++++++++++------
 .../runners/interactive/cache_manager_test.py          |  3 ++-
 .../runners/interactive/interactive_runner.py          |  8 +++++---
 .../runners/interactive/interactive_runner_test.py     |  8 ++------
 .../runners/interactive/pipeline_analyzer.py           |  8 ++++----
 .../runners/interactive/pipeline_analyzer_test.py      |  2 +-
 6 files changed, 26 insertions(+), 21 deletions(-)


[beam] 01/01: Merge pull request #6226 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 a7ebcf303b1f3853df9470808ebf8e0e4afb4ebd
Merge: f001db9 dbae9c8
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Tue Aug 14 17:13:45 2018 -0700

    Merge pull request #6226 from qinyeli/master
    
    Interactive Beam -- unblocking integration with PortableRunner

 .../apache_beam/runners/interactive/cache_manager.py   | 18 ++++++++++++------
 .../runners/interactive/cache_manager_test.py          |  3 ++-
 .../runners/interactive/interactive_runner.py          |  8 +++++---
 .../runners/interactive/interactive_runner_test.py     |  8 ++------
 .../runners/interactive/pipeline_analyzer.py           |  8 ++++----
 .../runners/interactive/pipeline_analyzer_test.py      |  2 +-
 6 files changed, 26 insertions(+), 21 deletions(-)