Forum Discussion
Different pools for workers and driver - in ADF triggered ADB jobs
- Jan 13, 2025
Unfortunately, ADF doesn’t natively support separate driver and worker pools for Databricks jobs like you can in Databricks workflows. The Linked Service only lets you specify a single cluster. However, you can work around this by manually setting up a cluster with separate driver and worker pools and then using the Databricks REST API in ADF to trigger jobs on that cluster. So, while it’s not built-in, there’s a way to achieve it with a little custom setup.
Unfortunately, ADF doesn’t natively support separate driver and worker pools for Databricks jobs like you can in Databricks workflows. The Linked Service only lets you specify a single cluster. However, you can work around this by manually setting up a cluster with separate driver and worker pools and then using the Databricks REST API in ADF to trigger jobs on that cluster. So, while it’s not built-in, there’s a way to achieve it with a little custom setup.