DriftF commented on issue #10615: URL: https://github.com/apache/dolphinscheduler/issues/10615#issuecomment-1204963983
I think your spark environment does not contain MySQL 8.0.16 driver. Both spark driver and executor need mysql driver on class path so specify spark.driver.extraClassPath = <path>/mysql-connector-java-8.0.16.jar spark.executor.extraClassPath = <path>/mysql-connector-java-8.0.16.jar -- 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]
