Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2018 06:59 PM
Thanks for the workaround.
I had a similar issue unrelated to Avro, but in saving a Spark ML model to ADLS. Even setting the property manually:
dfs.adls.oauth2.access.token.provider org.apache.hadoop.fs.adls.oauth2.ConfCredentialBasedAccessTokenProvider
when setting up the spark cluster would result in error message when trying to save to adl directly:
IllegalArgumentException: u'No value for dfs.adls.oauth2.access.token.provider found in conf file.'
After mounting adl folder, saving works properly.