You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/06/13 15:24:21 UTC

[beam] branch master updated (999bc5a -> 66b090d)

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

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


    from 999bc5a  Merge pull request #8552: [BEAM-7268] make sorter extension Hadoop-free
     add c9fb261  [BEAM-7221] portable Spark: timers
     new 66b090d  Merge pull request #8841: [BEAM-7221] Spark portable runner: support timers

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:
 .../functions/FlinkExecutableStageFunction.java    | 117 +------------------
 .../fnexecution/control/TimerReceiverFactory.java  |  90 ++++++++++++++
 .../translation/PipelineTranslatorUtils.java       |  58 +++++++++
 runners/spark/job-server/build.gradle              |   2 -
 .../SparkBatchPortablePipelineTranslator.java      |  16 +--
 .../translation/SparkExecutableStageFunction.java  | 130 ++++++++++++++++++---
 .../SparkExecutableStageFunctionTest.java          |   3 +-
 .../runners/portability/spark_runner_test.py       |  12 --
 8 files changed, 276 insertions(+), 152 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/TimerReceiverFactory.java


[beam] 01/01: Merge pull request #8841: [BEAM-7221] Spark portable runner: support timers

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

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

commit 66b090d209efe5e7883450dff4e121147ba6fed9
Merge: 999bc5a c9fb261
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Jun 13 17:23:55 2019 +0200

    Merge pull request #8841: [BEAM-7221] Spark portable runner: support timers

 .../functions/FlinkExecutableStageFunction.java    | 117 +------------------
 .../fnexecution/control/TimerReceiverFactory.java  |  90 ++++++++++++++
 .../translation/PipelineTranslatorUtils.java       |  58 +++++++++
 runners/spark/job-server/build.gradle              |   2 -
 .../SparkBatchPortablePipelineTranslator.java      |  16 +--
 .../translation/SparkExecutableStageFunction.java  | 130 ++++++++++++++++++---
 .../SparkExecutableStageFunctionTest.java          |   3 +-
 .../runners/portability/spark_runner_test.py       |  12 --
 8 files changed, 276 insertions(+), 152 deletions(-)