You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lg...@apache.org on 2018/08/13 11:44:42 UTC

[beam] branch master updated (7fd5cb4 -> 7969f5f)

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

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


    from 7fd5cb4  Merge pull request #6176: [BEAM-5092] Row comparison should be faster when both are POJOs.
     add 8e520ec  [BEAM-3359] Remove setting Flink master to [auto] in TestFlinkRunner
     add 033141b  [BEAM-3370] Allow to run IO Performance tests using Flink runner
     add e0b2c1c  [BEAM-3370] Fix problem with directories not being staged from classpath
     new 7969f5f  Merge pull request #6179: [BEAM-3370 & BEAM-3359] Enable running IOIT on flink

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:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 ++
 .../flink/FlinkPipelineExecutionEnvironment.java   | 75 ++++++++++++++++++++--
 .../apache/beam/runners/flink/TestFlinkRunner.java |  2 -
 3 files changed, 75 insertions(+), 6 deletions(-)


[beam] 01/01: Merge pull request #6179: [BEAM-3370 & BEAM-3359] Enable running IOIT on flink

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

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

commit 7969f5fd1be6620e385851d733b045460922de0b
Merge: 7fd5cb4 e0b2c1c
Author: Ɓukasz Gajowy <lu...@gmail.com>
AuthorDate: Mon Aug 13 13:44:36 2018 +0200

    Merge pull request #6179: [BEAM-3370 & BEAM-3359] Enable running IOIT on flink
    
    [BEAM-3370 & BEAM-3359] Enable running IOIT on flink

 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  4 ++
 .../flink/FlinkPipelineExecutionEnvironment.java   | 75 ++++++++++++++++++++--
 .../apache/beam/runners/flink/TestFlinkRunner.java |  2 -
 3 files changed, 75 insertions(+), 6 deletions(-)