Unable to interact with DBFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 12:34 PM
When I try to interact with the "Browse DBFS" button, I get the following error:
Operation failed: "The specified path, or an element of the path, exists and its resource type is invalid for this operation.", 409, PUT, https://dbstoragerrzvpacujrs22.dfs.core.windows.net/root/2955905672014451/FileStore/tables?resource=..., PathConflict, , "The specified path, or an element of the path, exists and its resource type is invalid for this operation. RequestId:db225214-001f-00df-4ee4-61ae40000000 Time:2025-01-08T15:44:41.0081757
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 04:48 AM
Hi @learning384e,
Could you please share the command you are running including the action? does it have dbfs:/ in the path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 05:18 AM
I'm using the UI interface and clicking on the button highlighted in the screenshot:
I get the same 409 PUT error when I run the command: CREATE DATABASE demo; using a sql cell in notebooks.
"Error in SQL statement: AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Got exception: 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, PUT, https://dbstoragerrzvpacujrs22.dfs.core.windows.net/root/2955905672014451/user/hive/warehouse/demo.d..., PathConflict, "The specified path, or an element of the path, exists and its resource type is invalid for this operation. RequestId:296858d9-e01f-00d7-735b-68b44f000000 Time:2025-01-16T21:13:05.4186574Z")"

