Skip to content

Commit

Permalink
[Doc][hive] Rename result_table_name to plugin_output in hive doc (
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshenghang authored Dec 3, 2024
1 parent 8e8c534 commit 674c83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/connector-v2/source/Hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ source {
table_name = "default.test_hive_sink_on_hdfs_with_kerberos"
metastore_uri = "thrift://metastore:9083"
hive.hadoop.conf-path = "/tmp/hadoop"
result_table_name = hive_source
plugin_output = hive_source
hive_site_path = "/tmp/hive-site.xml"
kerberos_principal = "hive/metastore.seatunnel@EXAMPLE.COM"
kerberos_keytab_path = "/tmp/hive.keytab"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/connector-v2/source/Hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ source {
table_name = "default.test_hive_sink_on_hdfs_with_kerberos"
metastore_uri = "thrift://metastore:9083"
hive.hadoop.conf-path = "/tmp/hadoop"
result_table_name = hive_source
plugin_output = hive_source
hive_site_path = "/tmp/hive-site.xml"
kerberos_principal = "hive/metastore.seatunnel@EXAMPLE.COM"
kerberos_keytab_path = "/tmp/hive.keytab"
Expand Down

0 comments on commit 674c83a

Please sign in to comment.