You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried "02_data_prep" and found the following error always happens.
Metastore storage root URL does not exist. Please provide a storage location for the catalog (for example 'CREATE CATALOG myCatalog MANAGED LOCATION '<location-path>'). Alternatively set up a metastore root storage location to provide a storage location for all catalogs in the metastore.
In order to avoid the error, I have to specify the storage location like this.
_ = spark.sql(f"CREATE CATALOG IF NOT EXISTS {catalog} MANAGED LOCATION 'abfss://[email protected]/'"
Even if 'sdxl_image_gen' has been created in the environment, this error happens, so I guess 'MANAGED LOCATION' should be required.
The text was updated successfully, but these errors were encountered:
I just tried "02_data_prep" and found the following error always happens.
Metastore storage root URL does not exist. Please provide a storage location for the catalog (for example 'CREATE CATALOG myCatalog MANAGED LOCATION '<location-path>'). Alternatively set up a metastore root storage location to provide a storage location for all catalogs in the metastore.
In order to avoid the error, I have to specify the storage location like this.
_ = spark.sql(f"CREATE CATALOG IF NOT EXISTS {catalog} MANAGED LOCATION 'abfss://[email protected]/'"
Even if 'sdxl_image_gen' has been created in the environment, this error happens, so I guess 'MANAGED LOCATION' should be required.
The text was updated successfully, but these errors were encountered: