[ https://issues.apache.org/jira/browse/FLINK-25601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472442#comment-17472442 ]
Ada Wong commented on FLINK-25601: ---------------------------------- [~yunta] I want to fix this. > 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 > 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)