cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
missing-QuestionPost
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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

shan_chandra
Esteemed Contributor
Esteemed Contributor

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?

1 ACCEPTED SOLUTION

Accepted Solutions

shan_chandra
Esteemed Contributor
Esteemed Contributor

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

1 REPLY 1

shan_chandra
Esteemed Contributor
Esteemed Contributor

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.