You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Rafal Wojdyla (JIRA)" <ji...@apache.org> on 2017/06/21 14:10:00 UTC

[jira] [Commented] (BEAM-1458) Checkpoint support in Beam

    [ https://issues.apache.org/jira/browse/BEAM-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057577#comment-16057577 ] 

Rafal Wojdyla commented on BEAM-1458:
-------------------------------------

Fyi - we have a first version of checkpoints in [Scio](https://github.com/spotify/scio) - [checkpoint package](https://github.com/spotify/scio/blob/master/scio-extra/src/main/scala/com/spotify/scio/extra/checkpoint/package.scala).

> Checkpoint support in Beam
> --------------------------
>
>                 Key: BEAM-1458
>                 URL: https://issues.apache.org/jira/browse/BEAM-1458
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model
>    Affects Versions: 0.5.0
>            Reporter: Rafal Wojdyla
>            Assignee: Rafal Wojdyla
>              Labels: features
>
> Beam could support checkpoints - similar to:
>  * flink's snapshots
>  * scalding's checkpoints
> Checkpoint should provides a simple mechanism to read and write intermediate results. It would be useful for debugging one part of a long flow, when you would otherwise have to run many steps to get to the one you care about.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)