You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/06/30 03:12:19 UTC

[GitHub] [hudi] liijiankang opened a new issue #3187: [SUPPORT]Unable to shutdown local metastore client

liijiankang opened a new issue #3187:
URL: https://github.com/apache/hudi/issues/3187


   **Describe the problem you faced**
   
   I used the code on the hudi master branch to write data into hudi and synced it to hive, and encountered this exception :"ERROR hive.metastore: Unable to shutdown local metastore client" .
   I'm not sure if this is a hive problem or a hudi problem. I found this link in the hive community. “https://issues.apache.org/jira/browse/HIVE-2883”.
   I did not encounter this problem when using the 0.6.0 version of Hudi. 
   
   **Stacktrace**
   
   ```
   ![1](https://user-images.githubusercontent.com/42951757/123896350-f8a64c00-d993-11eb-9112-bf22aa7d718c.jpg)
   ```
   
   


-- 
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-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] jsbali commented on issue #3187: [SUPPORT]Unable to shutdown local metastore client

Posted by GitBox <gi...@apache.org>.
jsbali commented on issue #3187:
URL: https://github.com/apache/hudi/issues/3187#issuecomment-873475361


   @leesf and @liijiankang. Thanks for the info @liijiankang. Looking into it


-- 
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-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] vinothchandar closed issue #3187: [SUPPORT]Unable to shutdown local metastore client

Posted by GitBox <gi...@apache.org>.
vinothchandar closed issue #3187:
URL: https://github.com/apache/hudi/issues/3187


   


-- 
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-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] codope commented on issue #3187: [SUPPORT]Unable to shutdown local metastore client

Posted by GitBox <gi...@apache.org>.
codope commented on issue #3187:
URL: https://github.com/apache/hudi/issues/3187#issuecomment-905354322


   @liijiankang Did you get a chance to try out with the patch provided above?


-- 
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-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] liijiankang commented on issue #3187: [SUPPORT]Unable to shutdown local metastore client

Posted by GitBox <gi...@apache.org>.
liijiankang commented on issue #3187:
URL: https://github.com/apache/hudi/issues/3187#issuecomment-871138535


   After client.close() is changed to Hive.closeCurrent() in HoodieHiveClient$close(), there is no the above-mentioned exception. 


-- 
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-unsubscribe@hudi.apache.org

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