Current DBR is not yet available to this notebook

Meaz10
Databricks Partner

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!"

-werners-
Esteemed Contributor III

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.

Meaz10
Databricks Partner

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.

View solution in original post

Anonymous
Not applicable

@Meysam az​ - Thank you for letting us know that the issue has been resolved and for the extra information. 🙂