How to use the same job cluster in diferents job runs inside the one workflow

Eiki
New Contributor

I created a Workflow with notebooks and some job runs, but I would to use only one job cluster to run every job runs, without creating a new job cluster for each job run. Because I didn't want to increase the execution time with each new job cluster instantiated for each job run!

 

 

brockb
Databricks Employee
Databricks Employee

Hi,

If I understand correctly, you are hoping to reduce overall job execution time by reducing the Cloud Service Provider instance provisioning time. Is that correct?

If so, you may want to consider:

Hope this helps.