Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 06:28 AM
Hello!
I got the same error a few days ago and I resolved it with this post that I found:
Accessing ADLS Gen 2 with RDD | Data Engineering (data-engineering.wiki)
Basically, the key is to setup the properties to "hadoop" using spark.sparkContext.hadoopConfiguration.set(...)
I hope you solve your problem!