- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 12:35 PM
Based on the context provided, here are some potential causes and solutions:
-
Metadata Server URL: Ensure that the URL
http://169.254.169.254/computeMetadata/v1/instance/service-accounts/default/tokenis accessible from your environment. This URL is used to fetch the access token for the default service account. -
Service Account Permissions: Verify that the service account associated with your Databricks cluster has the necessary permissions to access the required resources. The service account should have roles such as
Storage Blob Data Contributorassigned at the appropriate level (e.g., storage account level). -
Service Account Configuration: Check if the service account being used is correctly configured and has not been deleted or recreated without updating the corresponding credentials in Databricks. If the service account was recreated, you might need to refresh or update the storage credentials.