You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/06 14:27:20 UTC

[jira] [Commented] (BEAM-617) Allow setting of StateBackend on FlinkPipelineOptions

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

ASF GitHub Bot commented on BEAM-617:
-------------------------------------

GitHub user mxm opened a pull request:

    https://github.com/apache/incubator-beam/pull/923

    [BEAM-617][flink] introduce option to set state backend

    CC @aljoscha 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/incubator-beam BEAM-617

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/923.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #923
    
----
commit 2eba5034e7d5abbae737025a125805af7744aefd
Author: Maximilian Michels <mx...@apache.org>
Date:   2016-09-06T14:25:32Z

    [BEAM-617][flink] introduce option to set state backend

----


> Allow setting of StateBackend on FlinkPipelineOptions
> -----------------------------------------------------
>
>                 Key: BEAM-617
>                 URL: https://issues.apache.org/jira/browse/BEAM-617
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>    Affects Versions: 0.3.0-incubating
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>
> The Flink Runner defaults to the in-memory state backend if not set otherwise in the Flink config. In order to set the RocksDB state backend or allow custom state backends, we need to introduce a new option in FlinkPipelineOptions.



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