[
https://issues.apache.org/jira/browse/HUDI-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen closed HUDI-5909.
----------------------------
Fix Version/s: 0.13.1
0.14.0
Resolution: Fixed
Fixed via master branch: 9c44339e4bbfbcc73eb2186f5b0cc4e22ad39513
> 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.13.1, 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)