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:ย 

Serverless Compute Spark Version Flexibility?

ChristianRRL
Honored Contributor

Hi there, I'm wondering what determines the Serverless Compute spark version? Is it based on the current DBR LTS? And is there a way to modify the spark version for serverless compute?

For example, when I check the spark version for our serverless compute, I see that it matches the current DBR 17.3 LTS.

ChristianRRL_0-1768409059721.png

ChristianRRL_1-1768409577998.png

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

szymon_dybczak
Esteemed Contributor III

Hi @ChristianRRL ,

The answer is simple ๐Ÿ™‚ Serverless compute always run on the latest runtime version. You cannot choose it like in standard compute.

Connect to serverless compute | Databricks on AWS

szymon_dybczak_0-1768410516353.png

In Serverless compute you can only choose different environment (i.e each environment version includes a specific Python version and a set of Python packages with defined versions.)

Serverless environment versions - Azure Databricks | Microsoft Learn

 

View solution in original post

2 REPLIES 2

szymon_dybczak
Esteemed Contributor III

Hi @ChristianRRL ,

The answer is simple ๐Ÿ™‚ Serverless compute always run on the latest runtime version. You cannot choose it like in standard compute.

Connect to serverless compute | Databricks on AWS

szymon_dybczak_0-1768410516353.png

In Serverless compute you can only choose different environment (i.e each environment version includes a specific Python version and a set of Python packages with defined versions.)

Serverless environment versions - Azure Databricks | Microsoft Learn

 

Databricks77
Visitor

Serverless compute always run on the latest runtime version. You cannot choose it like in standard compute.