cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Azure Databricks: How to add Spark configuration in Databricks cluster?

User16790091296
Contributor II

I am using a Spark Databricks cluster and want to add a customized Spark configuration.

There is a Databricks documentation on this but I am not getting any clue how and what changes I should make. Can someone pls share the example to configure the Databricks cluster.

Is there any way to see the default configuration for Spark in the Databricks cluster.

1 REPLY 1

User16869510359
Esteemed Contributor

You can set the configurations on the Databricks cluster UI

https://docs.databricks.com/clusters/configure.html#spark-configuration

To see the default configuration, run the below code in a notebook:

%sql
set;

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.