Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error accessing unity catalog volumes #138

Open
tschutte opened this issue Sep 16, 2023 · 3 comments
Open

Error accessing unity catalog volumes #138

tschutte opened this issue Sep 16, 2023 · 3 comments

Comments

@tschutte
Copy link

I'm attempting to use a custom container which is capable of reading data from Unity Catalog volumes. Before I create my custom container I'm testing using the out of the box containers provided by Databricks. So far I'm unable to find a configuration that is able to successfully access volumes. Is this functionality not supported yet, or am I missing a setting required to let this work?

Right now I'm testing using the standard:13.3-LTS image, which appears to be the most comprehensive.

The error I'm receiving is "IllegalArgumentException: Cannot access the UC Volume path from this location. Path was ... ".

Are there any tips I should try next?

@helenxl
Copy link

helenxl commented Oct 6, 2023

Following. We have the same issue.
The error we have is

IllegalArgumentException: Cannot access the UC Volume path from
this location. Path was /Volumes/

I suspect we just need to map /Volumes to the path underlying UC Volumes. Can the maintainers share a snippet that does this?

@Jesusmruiz1
Copy link

Hi....some updates here? I find the same problem

@exai-sukh
Copy link

Adding the following spark config helps with this issue:

spark.databricks.unityCatalog.volumes.enabled true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants