[ 
https://issues.apache.org/jira/browse/HUDI-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390218#comment-17390218
 ] 

ASF GitHub Bot commented on HUDI-2248:
--------------------------------------

danny0405 commented on a change in pull request #3364:
URL: https://github.com/apache/hudi/pull/3364#discussion_r679567759



##########
File path: 
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java
##########
@@ -295,7 +295,7 @@ public void close() {
     try {
       ddlExecutor.close();
       if (client != null) {
-        client.close();
+        Hive.closeCurrent();
         client = null;

Review comment:
       Thanks for the explanation.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Unable to shutdown local metastore client
> -----------------------------------------
>
>                 Key: HUDI-2248
>                 URL: https://issues.apache.org/jira/browse/HUDI-2248
>             Project: Apache Hudi
>          Issue Type: New Feature
>            Reporter: Jagmeet Bali
>            Priority: Minor
>              Labels: pull-request-available
>
> https://github.com/apache/hudi/issues/3187



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

Reply via email to