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

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 19a79d964a11 Add namespace option for checkpoint storage configuration 
(#405)
19a79d964a11 is described below

commit 19a79d964a11f19b7c1f54123613b16425774634
Author: zhuxt2015 <[email protected]>
AuthorDate: Tue Dec 30 18:13:39 2025 +0800

    Add namespace option for checkpoint storage configuration (#405)
---
 .../version-2.3.12/seatunnel-engine/checkpoint-storage.md      | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/versioned_docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md 
b/versioned_docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
index 19c617e0154b..fe1df430ea2f 100644
--- a/versioned_docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
+++ b/versioned_docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
@@ -62,6 +62,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: oss
           oss.bucket: your-bucket
           fs.oss.accessKeyId: your-access-key
@@ -92,6 +93,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: cos
           cos.bucket: cosn://your-bucket
           fs.cosn.credentials.provider: 
org.apache.hadoop.fs.cosn.auth.SimpleCredentialsProvider
@@ -129,6 +131,7 @@ seatunnel:
                 type: hdfs
                 max-retained: 3
                 plugin-config:
+                    namespace: #checkpoint storage parent path, the default 
value is /seatunnel/checkpoint/
                     storage.type: s3
                     s3.bucket: your-bucket
                     fs.s3a.access.key: your-access-key
@@ -152,6 +155,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: s3
           s3.bucket: your-bucket
           fs.s3a.endpoint: your-endpoint
@@ -171,6 +175,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: s3
           fs.s3a.access.key: xxxxxxxxx # Access Key  of MinIO
           fs.s3a.secret.key: xxxxxxxxxxxxxxxxxxxxx # Secret Key of MinIO
@@ -194,6 +199,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: hdfs://localhost:9000
           // if you used kerberos, you can config like this:
@@ -213,6 +219,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: hdfs://usdp-bing
           seatunnel.hadoop.dfs.nameservices: usdp-bing
@@ -237,6 +244,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: file:/// # Ensure that the directory has written 
permission 
 
@@ -256,6 +264,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: hdfs
           disable.cache: false
           fs.defaultFS: hdfs:///
@@ -274,6 +283,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #checkpoint storage parent path, the default value is 
/seatunnel/checkpoint/
           storage.type: hdfs
           disable.cache: false
           fs.defaultFS: file:///

Reply via email to