Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 07:26 AM
wait, but I think this is another problem. We are mounting an S3 bucket into DBFS and my path is then something like this:
S3_BUCKET_PATH = "dbfs:/mnt/mounted_bucket_name/"
df = spark.read.format(format).load(S3_BUCKET_PATH)