[
https://issues.apache.org/jira/browse/FLINK-25601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472503#comment-17472503
]
Yun Tang commented on FLINK-25601:
----------------------------------
[~ana4] Already assigned to you, please go ahead.
> Update 'state.backend' in flink-conf.yaml
> -----------------------------------------
>
> Key: FLINK-25601
> URL: https://issues.apache.org/jira/browse/FLINK-25601
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / State Backends
> Affects Versions: 1.14.2
> Reporter: Ada Wong
> Assignee: Ada Wong
> Priority: Major
>
> The value and comments of 'state.backend' in flink-conf.yaml is deprecated.
> {code:java}
> # Supported backends are 'jobmanager', 'filesystem', 'rocksdb', or the
> # <class-name-of-factory>.
> #
> # state.backend: filesystem{code}
> We should update to this following.
>
> {code:java}
> # Supported backends are 'hashmap', 'rocksdb', or the
> # <class-name-of-factory>.
> #
> # state.backend: hashmap {code}
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)