Metastore creation error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 10:44 AM
This path doesn't exist or we couldn't access it with the credential provided. Metastores require a directory path.
Hello Team,
Trying to create metasotre, followed the databricks community document encountering above error. Please help me in resolving the error.
Thanks,
Sreenath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 10:54 AM
I ran into the same issue and it turned out that I missed setting up the trust policy for the IAM role. The IAM role for the Unity Catalog needs a specific assume role policy. More details see https://docs.databricks.com/data-governance/unity-catalog/get-started.html#configure-a-storage-bucke...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2023 10:55 PM
To resolve the error, you can follow these steps:
-
Verify the directory path: Ensure that the directory path you provided for the Metastore exists and is accessible. Double-check the path and make sure it is correct.
-
Check the credentials: Ensure that the credentials you provided have the necessary permissions to access the directory path. If the path is on a remote storage system, such as AWS S3 or Azure Blob Storage, make sure you have valid credentials and access permissions.
-
Validate connectivity: Test the connectivity to the directory path from your Databricks environment. You can try accessing the path using the credentials manually or through other tools to confirm that the path is accessible.