You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2018/10/02 09:57:23 UTC

[beam] branch master updated (853758c -> e79918c)

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

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


    from 853758c  [BEAM-4496] Fix #2 for branch fetch failure on job_PostCommit_Website_Publish (#6531)
     add fcff44f  [BEAM-3371] Allow running integration tests on Spark
     add 08d0ad6  [BEAM-3371] Move common code for pre-stage resources preparation to one place
     add d502e70  [BEAM-3371] Fix directories not being staged to classpath issue
     add dd0d74b  [BEAM-3370] Make preparing resources to stage condition more explicit in Flink runner. Add unit tests
     add e79918c  Merge pull request #6244: [BEAM-3371] Enable running integration tests on Spark

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 11 +++
 .../core/construction/PipelineResources.java       | 68 ++++++++++++++++++
 .../core/construction/PipelineResourcesTest.java   | 46 ++++++++++++
 .../flink/FlinkPipelineExecutionEnvironment.java   | 83 +++++-----------------
 .../FlinkPipelineExecutionEnvironmentTest.java     | 74 +++++++++++++++++++
 .../org/apache/beam/runners/spark/SparkRunner.java | 16 +++++
 6 files changed, 231 insertions(+), 67 deletions(-)