GitHub user njnu-seafish added a comment to the discussion: The MySQL-type data source is using a DolphinDB-type driver.
In the DolphinScheduler runtime environment (Worker nodes), both the DolphinDB JDBC driver JAR and the MySQL JDBC driver JAR are present; however, the class loading mechanism causes the DolphinDB driver to be registered first. After removing the DolphinDB JDBC driver JAR, the program use the MySQL JDBC driver. GitHub link: https://github.com/apache/dolphinscheduler/discussions/18023#discussioncomment-16016826 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
