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

Enabling Fair Scheduler from Databricks Notebook

HariharaSam
Contributor

How to enable fair scheduler from Databricks notebook using python commands?

2 REPLIES 2

Hubert-Dudek
Esteemed Contributor III
spark.conf.set("spark.scheduler.mode", "FAIR")
sc.setLocalProperty("spark.scheduler.pool", "pool1")

Please use the above conf setting to enable FAIR (round robin) mode instead of default FIFO.

Using the above example, you can also set a separate pool for each job/notebook.

Anonymous
Not applicable

Hi @Hariharan Sambathโ€‹ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

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