Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2024 10:54 PM
After downloading a file using `wget`, I'm attempting to read it by spark.read.json.
I am getting error:
PATH_NOT_FOUND - Path does not exist: dbfs:/tmp/data.json. SQLSTATE: 42K03
File <command-3327713714752929>, line 2
I have checked the file do exist. I attempted to copy the file to DBFS, but encountered difficulties.
Attaching relevant screenshots here.
Attaching relevant screenshots here.
Could someone please help me identify any errors or issues in my approach?
Thank you.