Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 01:11 AM
Hello,
I am trying to complete the exercises of the course "Scalable Machine Learning with Apache Spark" using Databricks Community Edition, but when I run the Lab Setup I get the following error:
HTTPError: 503 Server Error: Service Unavailable for url: https://community.cloud.databricks.com/api/2.0/feature-store/feature-tables/search?max_results=10000...
Response from server:
{ 'error_code': 'TEMPORARILY_UNAVAILABLE',
'message': 'The service at /api/2.0/feature-store/feature-tables/search is '
'temporarily unavailable. Please try again later.'}
Command skippedIt seems that the error is thrown when executing the following code in the "Classroom-Setup" script:
import re
DA = DBAcademyHelper(course_config, lesson_config)
DA.reset_lesson()
DA.init()
DA.init_mlflow_as_job()
DA.conclude_setup()How could I fix this error?
Thanks!