This is an automated email from the ASF dual-hosted git repository.

junrui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e17931ad27 [hotfix][config] Do not use deprecated configs in example 
config.yaml (#25736)
8e17931ad27 is described below

commit 8e17931ad2762e546a42dccafcff9bcae14ecaec
Author: Luke Chen <[email protected]>
AuthorDate: Thu Dec 5 14:58:56 2024 +0900

    [hotfix][config] Do not use deprecated configs in example config.yaml 
(#25736)
---
 flink-dist/src/main/resources/config.yaml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/flink-dist/src/main/resources/config.yaml 
b/flink-dist/src/main/resources/config.yaml
index a117bc772a9..fac4a3255dd 100644
--- a/flink-dist/src/main/resources/config.yaml
+++ b/flink-dist/src/main/resources/config.yaml
@@ -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

Reply via email to