This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
commit 596b9522c8b33800a44ae4c06f5201637298d7d5 Author: Kirs <[email protected]> AuthorDate: Mon Dec 19 23:03:06 2022 +0800 [Chore]Fix the configuration key of the config namespace --- config/seatunnel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/seatunnel.yaml b/config/seatunnel.yaml index 6ac98532f..5b7d7f572 100644 --- a/config/seatunnel.yaml +++ b/config/seatunnel.yaml @@ -29,7 +29,7 @@ seatunnel: storage: type: hdfs max-retained: 3 - namespace: /tmp/seatunnel/checkpoint_snapshot plugin-config: + namespace: /tmp/seatunnel/checkpoint_snapshot storage-type: hdfs fs.defaultFS: /tmp/ # Ensure that the directory has written permission
