jeppoo1
jeppoo1

Reputation: 698

Azure Databricks: This cluster's runtime version is out of support

Anyone else had this error message on an Azure Databricks cluster:

'This cluster's runtime version is out of support. Select a new runtime and restart this cluster. [Learn more]'

("Learn more" leads to this site: https://learn.microsoft.com/en-us/azure/databricks/release-notes/runtime/databricks-runtime-ver)

The cluster has the following attributes/versions on it:

DBR 6.5 ML
Spark 2.4.5
Scala 2.11

Is there anything I can do about this error message myself, or should I contact an administrator who could update the cluster, or something like that?

Upvotes: 2

Views: 1650

Answers (1)

Alex Ott
Alex Ott

Reputation: 87164

Just ignore it - it will continue to run until you destroy it. But you won't be able to select this version in UI anymore, so for future clusters you'll need some other version - look for LTS versions, like, 6.4, etc. Although it's better to start to think about migration to DBR 7.x with Spark 3 - it has a lot of optimizations that will make data processing more effective.

Upvotes: 3

Related Questions