nsivabalan commented on issue #2439: URL: https://github.com/apache/hudi/issues/2439#issuecomment-991918349
@rubenssoto : can you confirm that all connection configs are intact in your set up. these are the ones that worked for sagar. "javax.jdo.option.ConnectionURL": "jdbc:mysql://hostname:3306/hive?createDatabaseIfNotExist=true", "javax.jdo.option.ConnectionDriverName": "org.mariadb.jdbc.Driver", "javax.jdo.option.ConnectionUserName": "username", "javax.jdo.option.ConnectionPassword": "password" alternatively you can also try "hms" mode instead of jdbc. I will let @codope follow up from here. -- 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]
