09-30-2021 11:43 AM
When I run a job enabling using spot instances , I would like to know how many number of workers are using spot and how many number of workers are using on demand instances for a given job run
In order to identify the spot instances we got for any given job, we navigated to the managed resource group within the databricks service level and examined the configuration within the VM that are allocated under Azure spot
A spot instance is allotted to me, which I can see . However, I am trying to figure out what is the best way of determining the number of spot instances and on-demand instances on the above job clusters.
10-07-2021 02:33 AM
You can. do it on Azure Portal using the Virtual Machines list:
You will filter by either JobId tag or RunName tag (job name) and group by azure spot eviction policy or azure spot eviction type, the vm's under Stop/Deallocate and Capacity (using the 2nd grouping) are the spot VMs, the VMs which are grouped under "-" are on-demand VMs.
10-07-2021 02:33 AM
You can. do it on Azure Portal using the Virtual Machines list:
You will filter by either JobId tag or RunName tag (job name) and group by azure spot eviction policy or azure spot eviction type, the vm's under Stop/Deallocate and Capacity (using the 2nd grouping) are the spot VMs, the VMs which are grouped under "-" are on-demand VMs.
10-07-2021 02:37 AM
Attached screenshot of what you will see.
01-09-2025 08:17 AM
This remains a challenge using system tables.
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now