Skip to content

Commit

Permalink
[Fix][Doc] Correct hive-jdbc config useKerberos to use_kerberos (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
czshh0628 authored Oct 25, 2024
1 parent 6a31f91 commit 25ae492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/source/HiveJdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 '. |
Expand Down

0 comments on commit 25ae492

Please sign in to comment.