You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/04 08:54:46 UTC

[GitHub] [dolphinscheduler] DriftF commented on issue #10615: [Bug] 3.0 beta quality module cannot be used normally

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org