jaehyeon-kim commented on issue #4244: URL: https://github.com/apache/hudi/issues/4244#issuecomment-989526615
Found the following config is necessary. ``` hoodie.datasource.hive_sync.jdbcurl=jdbc:hive2://<master-ip-address>:10000 ``` It defaults to `localhost:10000` and it works with the `client` mode because the driver program run in the master node. However it fails with the `cluster` mode because the driver program runs in the core node. -- 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]
