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 25ae4923cc [Fix][Doc] Correct hive-jdbc config `useKerberos` to
`use_kerberos` (#7896)
25ae4923cc is described below
commit 25ae4923cc44baffb36246393c194fc258ba5a86
Author: czs <[email protected]>
AuthorDate: Fri Oct 25 11:44:57 2024 +0800
[Fix][Doc] Correct hive-jdbc config `useKerberos` to `use_kerberos` (#7896)
---
docs/en/connector-v2/source/HiveJdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/source/HiveJdbc.md
b/docs/en/connector-v2/source/HiveJdbc.md
index 19619d924c..23227aa306 100644
--- a/docs/en/connector-v2/source/HiveJdbc.md
+++ b/docs/en/connector-v2/source/HiveJdbc.md
@@ -72,7 +72,7 @@ Read external data source data through JDBC.
| partition_num | Int | No | job parallelism | The
number of partition count, only support positive integer. default value is job
parallelism
|
| fetch_size | Int | No | 0 | For
queries that return a large number of objects,you can configure<br/> the row
fetch size used in the query toimprove performance by<br/> reducing the number
database hits required to satisfy the selection criteria.<br/> Zero means use
jdbc default value. |
| common-options | | No | - |
Source plugin common parameters, please refer to [Source Common
Options](../source-common-options.md) for details
|
-| useKerberos | Boolean | No | no |
Whether to enable Kerberos, default is false
|
+| use_kerberos | Boolean | No | no |
Whether to enable Kerberos, default is false
|
| kerberos_principal | String | No | - |
When use kerberos, we should set kerberos principal such as 'test_user@xxx'.
|
| kerberos_keytab_path | String | No | - |
When use kerberos, we should set kerberos principal file path such as
'/home/test/test_user.keytab' .
|
| krb5_path | String | No | /etc/krb5.conf |
When use kerberos, we should set krb5 path file path such as
'/seatunnel/krb5.conf' or use the default path '/etc/krb5.conf '.
|