pan3793 commented on issue #4401: URL: https://github.com/apache/kyuubi/issues/4401#issuecomment-1441181525
I'm not sure what happens actually, have a quick look in `DriverManager`, it may be something wrong about classloader, please try the following approach to explicitly request `DriverManager` to load MySQL driver ``` spark.driver.extraJavaOptions=-Djdbc.drivers=com.mysql.jdbc.Diriver ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
