[
https://issues.apache.org/jira/browse/HUDI-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yue Zhang updated HUDI-5909:
----------------------------
Fix Version/s: (was: 0.13.1)
> Reuse hive client if possible
> -----------------------------
>
> Key: HUDI-5909
> URL: https://issues.apache.org/jira/browse/HUDI-5909
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Hui An
> Assignee: Hui An
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
>
> For query like
> {code:sql}
> create table hudi_test()...;
> insert into hudi_test()...;
> {code}
> it will create 3 hive clients(spark's hiveClient, hudi's hiveClient to create
> a new hudi table, SyncTool to sync meta after the insert operation)
> We can actually reuse the spark's hiveClient when creating a new hudi table.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)