cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do we set spark_version in cluster policies to select the latest GPU ML LTS version as defaultValue?

Ramana
Contributor

Currently, I use the below two different JSON snippets to choose either Standard or ML runtime. Similar to the below, what is the defaultValue for spark_version to select the latest GPU ML LTS runtime version?

 "spark_version": {

  "type": "regex",

  "pattern": "[1-9][0-9]\\.[0-9].*",

  "defaultValue": "auto:latest-ml"

 }

 "spark_version": {

  "type": "regex",

  "pattern": "[1-9][0-9]\\.[0-9].*",

  "defaultValue": "auto:latest-lts"

  

1 ACCEPTED SOLUTION

Accepted Solutions

LandanG
Databricks Employee
Databricks Employee

Hi @Ramana Kancharana​ ,

As of right now these options are only available for non-GPU DBRs

View solution in original post

3 REPLIES 3

LandanG
Databricks Employee
Databricks Employee

Hi @Ramana Kancharana​ ,

As of right now these options are only available for non-GPU DBRs

Thank you. Let me know once it is available.

LandanG
Databricks Employee
Databricks Employee

@Ramana Kancharana​ for sure, will do.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group