File not found error when trying to read json file from aws s3 using with open.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 12:36 AM
I am trying to reading json from aws s3 using with open in databricks notebook using shared cluster.
Error message:No such file or directory:'/dbfs/mnt/datalake/input_json_schema.json'
In single instance cluster the above error is not found.