Medium severitycluster
Power BI Refresh Error:
EOS_SPARK_IMAGE
What does this error mean?
A Databricks cluster is configured to use a Databricks Runtime (DBR) version that has reached End of Support. The cluster will still run, but it no longer receives security patches, bug fixes, or Databricks support assistance.
Common causes
- 1A cluster was created on a specific DBR version and was never updated as new LTS versions were released
- 2A long-term job configuration locked to a specific DBR version that has since reached EOS
- 3Automated cluster creation scripts specify a hardcoded DBR version that is now EOS
- 4A Unity Catalog or Photon feature requirement prevented upgrading to a newer DBR version
- 5The upgrade was deferred due to dependency compatibility concerns
How to fix it
- 1Check the Databricks Runtime release notes to find the current Long Term Support (LTS) version
- 2Update the cluster to the latest LTS DBR version
- 3Test your notebooks and jobs on the new DBR version in a staging environment first — look for deprecated API changes
- 4Update any hardcoded DBR version references in cluster creation scripts or Terraform
- 5Schedule regular DBR version reviews to prevent accumulating EOS debt