Issue with Uploading Oracle Driver in Azure Databricks Cluster

IoannaV
New Contributor

Hi,

Could you please help me with the following ?

I am facing the bellow issue when I try to upload a jar file in the Azure Databricks Libraries.

Only Wheel and requirements file from /Workspace are allowed on Assigned UC cluster. Denied library is Jar(/Workspace/Users/xxxx/ojdbc8.jar)

NandiniN
Databricks Employee
Databricks Employee

Hey,

This is by design.

I understand the jobs are failing when run on a UC Single user cluster since it is unable to install a Jar package located in the /Workspace path. This is however a known behaviour and is already documented below:

https://docs.databricks.com/en/libraries/index.html#java-and-scala-library-support

 
 

Shared access mode

Single user access mode

No isolation shared access mode (Legacy)

Workspace files

Not supported

Not supported

14.1 and above

Can you move these Jar packages to /the Volumes path?

Thanks!