- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2021 06:00 AM
Any one has an idea why i am getting this error:
"The current DBR is not yet available to this notebook. Give it a second and try again!"
- Labels:
-
DBR
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 05:33 AM
The issue resolved on its own,
Just to add some missing information. 1) I could execute code on some cells but not the others 2) re-starting or detaching did not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 12:37 AM
My guess is that the databricks environment is not yet fully initialized.
Sometimes you get the green traffic light in your notebook saying the cluster is online, but in fact it is still doing some stuff in the background (no idea what though).
So waiting a minute an try again works in most cases. If you keep on getting this error, a cluster restart may help.
Now, it could also be invalid code because of a version conflict in scala, python or spark.
Maybe you try to run python 2.x code on a 3.x cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 05:33 AM
The issue resolved on its own,
Just to add some missing information. 1) I could execute code on some cells but not the others 2) re-starting or detaching did not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 09:50 AM
@Meysam az - Thank you for letting us know that the issue has been resolved and for the extra information. 🙂