- 4049 Views
- 3 replies
- 2 kudos
We already know that we can mount Azure Data Lake Gen2 with OAuth2 using this:configs = {"fs.azure.account.auth.type": "OAuth",
"fs.azure.account.oauth.provider.type": "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider",
...
- 4049 Views
- 3 replies
- 2 kudos
Latest Reply
Try replacing wasbs with abfss and dfs with blob in the URI, should work!
2 More Replies
- 28527 Views
- 5 replies
- 0 kudos
I am trying to find a way to list all files in an Azure Data Lake Gen2 container. I have mounted the storage account and can see the list of files in a folder (a container can have multiple level of folder hierarchies) if I know the exact path of th...
- 28527 Views
- 5 replies
- 0 kudos