The key part of the error is InvalidAbfsRestOperationException
,it says that there is an issue with the interaction between your Spark environment and Azure Blob Storage.
You might have misconfigured the Azure Blob Storage account details in your Spark configuration. Make sure the access key, account name, and other necessary configurations for azurebfs
are correctly set.
Can you share what you have so far ?