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 are parallel and subsequent jobs handled by cluster?

138999
New Contributor

Hello,

Apologize for dumb question but i'm new to Databricks and need clarification on following.

Are parallel and subsequent jobs able to reuse the same compute resources to keep time and cost overhead as low as possible vs. are they spinning a new cluster all the time?

Regards,

Tanja

1 REPLY 1

daniel_sahal
Esteemed Contributor

@tanja.savic tanja.savicโ€‹ 

You can use shared job cluster:

https://docs.databricks.com/workflows/jobs/jobs.html#use-shared-job-clusters

But remember that a shared job cluster is scoped to a single job run, and cannot be used by other jobs or runs of the same job. It means that 1 job = 1 cluster

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