You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Amit Sela (JIRA)" <ji...@apache.org> on 2017/01/10 17:29:58 UTC

[jira] [Resolved] (BEAM-647) Fault-tolerant sideInputs via Broadcast variables

     [ https://issues.apache.org/jira/browse/BEAM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Sela resolved BEAM-647.
----------------------------
       Resolution: Fixed
    Fix Version/s: 0.5.0

> Fault-tolerant sideInputs via Broadcast variables
> -------------------------------------------------
>
>                 Key: BEAM-647
>                 URL: https://issues.apache.org/jira/browse/BEAM-647
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Amit Sela
>            Assignee: Kobi Salant
>             Fix For: 0.5.0
>
>
> Following https://github.com/apache/incubator-beam/pull/909 which enables checkpointing to recover from failures, sideInputs (being implemented by broadcast variables) should be handled in a specific manner as described here: http://spark.apache.org/docs/1.6.2/streaming-programming-guide.html#accumulators-and-broadcast-variables.
> This is a bit more complicated than Aggregators (via Accumulators) as they are implemented using a single "aggregating"  Accumulator, while a pipeline may contain multiple sideInputs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)