โ10-07-2021 02:32 AM
In my pipeline I'm using Azure Data Factory to trigger Databricks notebooks as a linked service
I want to use spot instances for my job clusters
Is there a way to achieve this?
I didn't find a way to do this in the GUI.
Thanks for your help!
Marco
โ10-10-2021 11:22 PM
Hi @Werner Stinckensโ ,
Thanks a lot for your helpful information!
Until now I never worked with pools but after taking a closer look at it I can profit from a lot of other advantages on top of the "All Spot" option.
Have a great day!
Cheers,
Marco
โ10-07-2021 10:13 AM
@Marco Caviezelโ - Does the information in this thread, Spot instance in Azure Databricks, answer your question?
โ10-07-2021 11:55 PM
Hi Marco,
the easiest way to do this is using a pool which you defined as 'All Spot'.
In the pool definition you can set 0 as 'min idle' to avoid nodes doing nothing (if you do not want warm instances).
I expect MS to add a 'spot' selector in ADF though, without the need to work with pools.
โ10-10-2021 11:22 PM
Hi @Werner Stinckensโ ,
Thanks a lot for your helpful information!
Until now I never worked with pools but after taking a closer look at it I can profit from a lot of other advantages on top of the "All Spot" option.
Have a great day!
Cheers,
Marco
โ10-11-2021 07:19 AM
Hi @Werner Stinckensโ ,
Just a quick follow up question.
Does it make sense to you that you can select the following options in Azure Data Factory?
To my understanding, "cluster version", "Python Version" and the "Worker options" are defined when I create the cluster in Databricks.
Thanks a lot for your help!
Marco
โ10-11-2021 07:44 AM
It does not make sense indeed as the pool decides this. I think this is still WIP in ADF.
I select the same the python version as the pool, and make sure the autoscaling does not exceed the max nodes.
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