You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/04/12 02:48:31 UTC

[incubator-seatunnel-website] branch main updated: Fix doc for LocalFile (#210)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ee49245d08 Fix doc for LocalFile (#210)
ee49245d08 is described below

commit ee49245d08106a0133d64ec4bd0b2f7f63575cb2
Author: Wei <hs...@163.com>
AuthorDate: Wed Apr 12 10:48:26 2023 +0800

    Fix doc for LocalFile (#210)
---
 versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md b/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
index e643759965..91db6c9bfe 100644
--- a/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
+++ b/versioned_docs/version-2.3.0/seatunnel-engine/checkpoint-storage.md
@@ -120,8 +120,8 @@ seatunnel:
         type: hdfs
         max-retained: 3
         plugin-config:
+          namespace: /tmp/seatunnel/checkpoint_snapshot    
           storage-type: hdfs
-          fs.defaultFS: /tmp/ # Ensure that the directory has written permission 
 
 ```
 #### Notice