You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "lrz (Jira)" <ji...@apache.org> on 2021/05/08 02:11:00 UTC

[jira] [Resolved] (HUDI-1759) Save one connection retry when hiveSyncTool run with useJdbc=false

     [ https://issues.apache.org/jira/browse/HUDI-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

lrz resolved HUDI-1759.
-----------------------
    Resolution: Fixed

> Save one connection retry when hiveSyncTool run with useJdbc=false
> ------------------------------------------------------------------
>
>                 Key: HUDI-1759
>                 URL: https://issues.apache.org/jira/browse/HUDI-1759
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: lrz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>         Attachments: image-2021-04-02-15-43-15-854.png, image-2021-04-02-15-48-42-895.png
>
>
> when sync metadata to hive with useJdbc=false, there will have two problem:
> first: if hive server enable kerberos, and hudi  sync to hive with useJdbc=false, then the metadata will miss owner, check the meta data here(I test with hive 3.1.1):
> !image-2021-04-02-15-43-15-854.png!
> second: we can see there is a connection retry to hive metastore everytime syncToHive, this exception also happen at UT "TestHiveSyncTool.testBasicSync":
> !image-2021-04-02-15-48-42-895.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)