Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 11:14 PM
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!