04-20-2024 11:32 PM
Hi all,
I'm trying to create a Table but cannot use a predifined mount path like '/mnt/silver/' but if i use a full path of azure blob container it will create susscessfully like this:
`
04-21-2024 05:08 AM
As per my understanding, this is because you're trying to create a table in unity catalog and not in hive_metastore.
If you create a table in hive_metastore, then dbfs mount location will work. However, for any other catalog you need to sepcify the path as per cloud file system scheme (Azure: abfss:// , AWS: s3://)
Hope this helps.
04-21-2024 05:08 AM
As per my understanding, this is because you're trying to create a table in unity catalog and not in hive_metastore.
If you create a table in hive_metastore, then dbfs mount location will work. However, for any other catalog you need to sepcify the path as per cloud file system scheme (Azure: abfss:// , AWS: s3://)
Hope this helps.
04-21-2024 05:55 AM
Oh thanks for you answer, actually I'm using Unity Catalog
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group