codope commented on issue #3713: URL: https://github.com/apache/hudi/issues/3713#issuecomment-929284948
@calleo The hive sync tool does not lock. I mean, internallt HoodiHiveClient does initiate the connection but that gets closed as soon as sync completes. I think in docker setup, derby for metastore is running in emebedded mode which won't allow to read and write within the same process. Can you try to setup MariaDB for metastore in a separate container? -- 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]
