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)

Reply via email to