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 2018/11/13 18:00:31 UTC

[beam] branch master updated (ab2642d -> 761904c)

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

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


    from ab2642d  Merge pull request #7013: [BEAM-6047] Clean up docker-compose artifacts
     add cddd4b3  [BEAM-6008] Propagate errors through portable portable runner.
     add 37c070a  Enable inherited error checking tests.
     add 368323f  [BEAM-5692] Send current state to callback on registration.
     new 761904c  Merge pull request #6973 from robertwb/portable-errors

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:
 .../beam/runners/flink/FlinkJobInvocation.java     | 21 ++++++++++++-
 .../jobsubmission/InMemoryJobService.java          | 21 +++++++++----
 .../runners/portability/flink_runner_test.py       | 14 +++++++++
 .../runners/portability/local_job_service.py       |  1 +
 .../runners/portability/portable_runner.py         | 35 +++++++++++++++++++++-
 .../runners/portability/portable_runner_test.py    | 34 ---------------------
 6 files changed, 84 insertions(+), 42 deletions(-)


[beam] 01/01: Merge pull request #6973 from robertwb/portable-errors

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 761904cbb763e2f7ecc1d070799e3ea08d931a3e
Merge: ab2642d 368323f
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Tue Nov 13 19:00:25 2018 +0100

    Merge pull request #6973 from robertwb/portable-errors
    
    [BEAM-6008] Propagate errors through portable portable runner.

 .../beam/runners/flink/FlinkJobInvocation.java     | 21 ++++++++++++-
 .../jobsubmission/InMemoryJobService.java          | 21 +++++++++----
 .../runners/portability/flink_runner_test.py       | 14 +++++++++
 .../runners/portability/local_job_service.py       |  1 +
 .../runners/portability/portable_runner.py         | 35 +++++++++++++++++++++-
 .../runners/portability/portable_runner_test.py    | 34 ---------------------
 6 files changed, 84 insertions(+), 42 deletions(-)