Skip to content

Commit

Permalink
[hotfix][config] Do not use deprecated configs in example config.yaml (
Browse files Browse the repository at this point in the history
  • Loading branch information
showuon authored Dec 5, 2024
1 parent 266f3a5 commit 8e17931
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions flink-dist/src/main/resources/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,21 @@ parallelism:
# timeout: 10min
# tolerable-failed-checkpoints: 0
# unaligned: false
# # Flag to enable/disable incremental checkpoints for backends that
# # support incremental checkpoints (like the RocksDB state backend).
# incremental: false
# # Directory for checkpoints filesystem, when using any of the default bundled
# # state backends.
# dir: hdfs://namenode-host:port/flink-checkpoints
# # Default target directory for savepoints, optional.
# savepoint-dir: hdfs://namenode-host:port/flink-savepoints


# state:
# backend:
# # Supported backends are 'hashmap', 'rocksdb', or the
# # <class-name-of-factory>.
# type: hashmap
# # Flag to enable/disable incremental checkpoints for backends that
# # support incremental checkpoints (like the RocksDB state backend).
# incremental: false
# checkpoints:
# # Directory for checkpoints filesystem, when using any of the default bundled
# # state backends.
# dir: hdfs://namenode-host:port/flink-checkpoints
# savepoints:
# # Default target directory for savepoints, optional.
# dir: hdfs://namenode-host:port/flink-savepoints

#==============================================================================
# Rest & web frontend
Expand Down

0 comments on commit 8e17931

Please sign in to comment.