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 0c4f0a6d3d [Hotfix][Docs] Fix hive docs (#208)
0c4f0a6d3d is described below
commit 0c4f0a6d3dc06960e657e2c04c0fc7c2f4d5cee1
Author: Tyrantlucifer <[email protected]>
AuthorDate: Wed Apr 12 10:46:48 2023 +0800
[Hotfix][Docs] Fix hive docs (#208)
---
versioned_docs/version-2.3.0/connector-v2/sink/Hive.md | 5 +++++
versioned_docs/version-2.3.0/connector-v2/source/Hive.md | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/versioned_docs/version-2.3.0/connector-v2/sink/Hive.md
b/versioned_docs/version-2.3.0/connector-v2/sink/Hive.md
index 0bc4edc471..9582427007 100644
--- a/versioned_docs/version-2.3.0/connector-v2/sink/Hive.md
+++ b/versioned_docs/version-2.3.0/connector-v2/sink/Hive.md
@@ -28,6 +28,7 @@ By default, we use 2PC commit to ensure `exactly-once`
|----------------|--------|----------|---------------|
| table_name | string | yes | - |
| metastore_uri | string | yes | - |
+| hdfs_site_path | string | no | - |
| common-options | | no | - |
### table_name [string]
@@ -38,6 +39,10 @@ Target Hive table name eg: db1.table1
Hive metastore uri
+### hdfs_site_path [string]
+
+The path of `hdfs-site.xml`, used to load ha configuration of namenodes
+
### common options
Sink plugin common parameters, please refer to [Sink Common
Options](common-options.md) for details
diff --git a/versioned_docs/version-2.3.0/connector-v2/source/Hive.md
b/versioned_docs/version-2.3.0/connector-v2/source/Hive.md
index 236c3c7d0a..0ab225babb 100644
--- a/versioned_docs/version-2.3.0/connector-v2/source/Hive.md
+++ b/versioned_docs/version-2.3.0/connector-v2/source/Hive.md
@@ -34,6 +34,7 @@ Read all the data in a split in a pollNext call. What splits
are read will be sa
|----------------|--------|----------|---------------|
| table_name | string | yes | - |
| metastore_uri | string | yes | - |
+| hdfs_site_path | string | no | - |
| schema | config | No | - |
| common-options | | no | - |
@@ -45,6 +46,10 @@ Target Hive table name eg: db1.table1
Hive metastore uri
+### hdfs_site_path [string]
+
+The path of `hdfs-site.xml`, used to load ha configuration of namenodes
+
### schema [Config]
#### fields [Config]