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 2022/01/21 16:45:01 UTC

[GitHub] [hudi] stym06 edited a comment on issue #3747: [SUPPORT] Hive Sync process stuck and unable to exit

stym06 edited a comment on issue #3747:
URL: https://github.com/apache/hudi/issues/3747#issuecomment-1018677357


   @nsivabalan we have a usecase where we needed to do hudisync for a lot of tables, and when we were using sync in the deltastreamer, every job ended up creating jdbc connection pool with hive metastore that caused lots of connection timeout errors. so, i ended up rewriting a tool to do the sync for all tables in a loop that used the thrift client instead of jdbc. it currently runs on cron


-- 
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