You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ada Wong (Jira)" <ji...@apache.org> on 2022/01/11 03:56:00 UTC

[jira] [Created] (FLINK-25601) Update 'state.backend' in flink-conf.yaml

Ada Wong created FLINK-25601:
--------------------------------

             Summary: 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


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)