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/12/28 20:31:33 UTC

[beam] branch master updated (d1384b9 -> 9f2eb34)

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 d1384b9  Merge pull request #7376: [BEAM-5467] Increase test timeout for portable ValidatesRunner tests
     add 4e8a07b  [BEAM-6294] Use Flink rebalance for shuffle.
     new 9f2eb34  Merge pull request #7360 [BEAM-6294] Use Flink rebalance for shuffle.

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:
 .../FlinkBatchPortablePipelineTranslator.java      | 34 ++++++++-
 .../beam/runners/flink/FlinkJobInvocation.java     | 82 ++++++++++++++++------
 .../flink/FlinkPortablePipelineTranslator.java     | 19 ++++-
 .../FlinkStreamingPortablePipelineTranslator.java  | 23 +++++-
 sdks/python/apache_beam/transforms/util.py         |  8 +++
 5 files changed, 137 insertions(+), 29 deletions(-)


[beam] 01/01: Merge pull request #7360 [BEAM-6294] Use Flink rebalance for shuffle.

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 9f2eb341b2c2ba19da192b091e545436315c1120
Merge: d1384b9 4e8a07b
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Dec 28 21:31:26 2018 +0100

    Merge pull request #7360 [BEAM-6294] Use Flink rebalance for shuffle.

 .../FlinkBatchPortablePipelineTranslator.java      | 34 ++++++++-
 .../beam/runners/flink/FlinkJobInvocation.java     | 82 ++++++++++++++++------
 .../flink/FlinkPortablePipelineTranslator.java     | 19 ++++-
 .../FlinkStreamingPortablePipelineTranslator.java  | 23 +++++-
 sdks/python/apache_beam/transforms/util.py         |  8 +++
 5 files changed, 137 insertions(+), 29 deletions(-)