multiple drivers for a sample jdbc client added to the Databricks cluster libraries?

shan_chandra
Databricks Employee
Databricks Employee

How Databricks treats a jar when we upload multiple drivers for the same jdbc client (for example - oracle) how would databricks treat that jar and which would be considered in the class path?

shan_chandra
Databricks Employee
Databricks Employee

In the order, they were uploaded and the first JAR file with a matching name will be added to classpath. If you add multiple JAR files, Please ensure the desired version is uploaded first. so that it takes precedence.

View solution in original post