This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 6da94a6cf1 [Bug] [website] Checkpoint-Storage description is
incorrect. (#5883)
6da94a6cf1 is described below
commit 6da94a6cf10df89c6f1e513d00fedf663ca6a89a
Author: michalrys <[email protected]>
AuthorDate: Thu Nov 23 13:15:34 2023 +0100
[Bug] [website] Checkpoint-Storage description is incorrect. (#5883)
---
docs/en/seatunnel-engine/checkpoint-storage.md | 2 +-
release-note.md | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/en/seatunnel-engine/checkpoint-storage.md
b/docs/en/seatunnel-engine/checkpoint-storage.md
index f2a6487f28..29e1603058 100644
--- a/docs/en/seatunnel-engine/checkpoint-storage.md
+++ b/docs/en/seatunnel-engine/checkpoint-storage.md
@@ -162,7 +162,7 @@ seatunnel:
seatunnel.hadoop.dfs.ha.namenodes.usdp-bing: nn1,nn2
seatunnel.hadoop.dfs.namenode.rpc-address.usdp-bing.nn1:
usdp-bing-nn1:8020
seatunnel.hadoop.dfs.namenode.rpc-address.usdp-bing.nn2:
usdp-bing-nn2:8020
- seatunnel.hadoop.dfs.client.failover.proxy.provider.usdp-bing:
org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider"
+ seatunnel.hadoop.dfs.client.failover.proxy.provider.usdp-bing:
org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider
```
diff --git a/release-note.md b/release-note.md
index b055a6d225..c9b9269574 100644
--- a/release-note.md
+++ b/release-note.md
@@ -207,4 +207,5 @@
- [Docs] Add Value types in Java to Schema features (#5087)
- [Docs] Replace username by user in the options of FtpFile (#5421)
- [Docs] Add how to configure logging related parameters of SeaTunnel-E2E Test
(#5589)
-- [Docs] Add Hive JDBC reference value (#5882)
\ No newline at end of file
+- [Docs] Remove redundant double quotation mark from an example code (#5845)
+- [Docs] Add Hive JDBC reference value (#5882)