GitHub user Mrhs121 added a comment to the discussion: When I run ./bin/dolphinscheduler-daemon.sh start master-server, I encounter an error. Version 3.3.1
看了下,在3.3.x的cp中的缺少了mssql-jdbc-11.2.1.jre8.jar 依赖,所以当你的plugins/datasource-plugins中包含了dolphinscheduler-datasource-azure-sql-3.3.0-alpha.jar的时候,azure datasource里面引了import com.microsoft.sqlserver.jdbc.SQLServerDataSource; import com.microsoft.sqlserver.jdbc.SQLServerException; 所以报错了 GitHub link: https://github.com/apache/dolphinscheduler/discussions/17487#discussioncomment-14346285 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
