Error while describing table created in unity catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 04:11 AM
I have created an external table in unity catalog and when describing its data getting the following error
org.apache.hadoop.fs.FileAlreadyExistsException: Operation failed: "The specified path, or an element of the path, exists and its resource type is invalid for this operation.", 409, GET, https://unitymetastorepoc.dfs.core.windows.net/unity-metastore?upn=false&resource=filesystem&maxResu..., PathConflict, "The specified path, or an element of the path, exists and its resource type is invalid for this operation. RequestId:e1187b37-301f-006d-0ec4-d18084000000 Time:2023-08-18T11:12:39.0536283Z"
What does this error mean and why does it occur?
- Labels:
-
Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 02:57 AM
Can you confirm you created a Storage Credential and External Location prior to the CREATE TABLE statement. Also can you post the CREATE TABLE syntax? Thanks....