You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/05 04:25:00 UTC

[jira] [Commented] (FLINK-6499) Migrate state configuration options

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

ASF GitHub Bot commented on FLINK-6499:
---------------------------------------

Github user tzulitai commented on the issue:

    https://github.com/apache/flink/pull/4173
  
    Thanks for the contribution @zjureel.
    LGTM, merging this ..


> Migrate state configuration options
> -----------------------------------
>
>                 Key: FLINK-6499
>                 URL: https://issues.apache.org/jira/browse/FLINK-6499
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing
>            Reporter: Chesnay Schepler
>            Assignee: Fang Yong
>
> {code}
> 	/** The default directory for savepoints. */
> 	@PublicEvolving
> 	public static final String SAVEPOINT_DIRECTORY_KEY = "state.savepoints.dir";
> 	/** The default directory used for persistent checkpoints. */
> 	@PublicEvolving
> 	public static final String CHECKPOINTS_DIRECTORY_KEY = "state.checkpoints.dir";
> {code}



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