- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024
09:59 PM
- last edited on
03-21-2025
07:59 AM
by
Advika
Hi there! I'm Natanael Ferrán from Argentina, and I'm new to Databricks.
I've currently enrolled in the course "Get Started with Databricks for Data Engineering".
Thing is that I cannot run any notebooks from the course, I'm getting this error
AssertionError: The Databricks Runtime is expected to be one of ['13.2.x-scala2.12', '13.2.x-photon-scala2.12', '13.2.x-cpu-ml-scala2.12'], found "12.2.x-scala2.12". Please see the "Troubleshooting | Spark Version" section of the "Version Info" notebook for more information.
I know there's a problem with Runtime version, but I cannot find 13.2 required version when starting a new cluster. I'm using free trial version from Azure.
Any help?
Thanks in advance!
- Labels:
-
Databricks Academy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:34 PM
you need to set cluster' runtime version to be greater than 13.2.x
and change the notebook code to use that runtime verion :
Solved: Re: Runtime Spark 13.2 no longer available - Databricks - 61163
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 07:41 PM
Thanks! It helped me to solve the problem. But now I get another error:
AssertionError: Failed to create the catalog "***_3fb7_da". Please see the "Troubleshooting | Cannot Create Catalog" section of the "Version Info" notebook for more information.
Do you know how to fix this?