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 91f0446f8764 Add namespace configuration for checkpoint storage (#406)
91f0446f8764 is described below

commit 91f0446f87640b127d5e51d476790e30cb9d5e98
Author: zhuxt2015 <[email protected]>
AuthorDate: Tue Dec 30 18:14:06 2025 +0800

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

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
index a60fdff5ae0a..57d416870038 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.12/seatunnel-engine/checkpoint-storage.md
@@ -60,6 +60,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: oss
           oss.bucket: your-bucket
           fs.oss.accessKeyId: your-access-key
@@ -90,6 +91,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: cos
           cos.bucket: cosn://your-bucket
           fs.cosn.credentials.provider: 
org.apache.hadoop.fs.cosn.auth.SimpleCredentialsProvider
@@ -127,6 +129,7 @@ seatunnel:
                 type: hdfs
                 max-retained: 3
                 plugin-config:
+                    namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
                     storage.type: s3
                     s3.bucket: your-bucket
                     fs.s3a.access.key: your-access-key
@@ -150,6 +153,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: s3
           s3.bucket: your-bucket
           fs.s3a.endpoint: your-endpoint
@@ -170,6 +174,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: hdfs://localhost:9000
           // 如果您使用kerberos,您可以这样配置:
@@ -187,6 +192,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: hdfs://usdp-bing
           seatunnel.hadoop.dfs.nameservices: usdp-bing
@@ -211,6 +217,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: hdfs
           fs.defaultFS: file:/// # 请确保该目录具有写权限
 
@@ -230,6 +237,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: hdfs
           disable.cache: false
           fs.defaultFS: hdfs:/// # Ensure that the directory has written 
permission
@@ -247,6 +255,7 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: #检查点存储父路径,默认值为/seatunnel/checkpoint/
           storage.type: hdfs
           disable.cache: false
           fs.defaultFS: file:/// 

Reply via email to