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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to