You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using latest version of metorikku (0.0.148) with jdbc connector (mssql-jdbc-8.4.1.jre8.jar) as an external jar file, it fails with the following error:
User class threw exception: java.sql.SQLException: No suitable driver
When switching back to version 0.0.143, it works fine.
Hi, the changes in the new version shouldn't effect anything. However, this exception usually happens when the executor doesn't have the jar in it's classpath. Try supplying it explicitly to the executor's classpath using spark configuration.
If you can supply us a way to reproduce the issues we can look into it.
I tried supplying the jar to the classpath using multiple configs with no luck. This only happens for the latest versions. I'm able to run the job with older versions.
Hello,
When using latest version of metorikku (0.0.148) with jdbc connector (mssql-jdbc-8.4.1.jre8.jar) as an external jar file, it fails with the following error:
When switching back to version 0.0.143, it works fine.
Spark Submit Command:
Were there any changes made that require an additional library to the classpath?
Thank you
The text was updated successfully, but these errors were encountered: