Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 06:55 AM
I encountered this same issue, and figured out a fix!
For some reason, it seems like only %sh cells can access the /tmp directory. So I just did...
%sh ch /tmp/<file> /dbfs/<desired-location> and then accessed it form there using Spark.