Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage location error in "02_data_prep" notebook #3

Open
tknrych opened this issue Sep 24, 2024 · 0 comments
Open

storage location error in "02_data_prep" notebook #3

tknrych opened this issue Sep 24, 2024 · 0 comments

Comments

@tknrych
Copy link

tknrych commented Sep 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant