<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I use VMs from Pool for my Workflow cluster? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25666#M17900</link>
    <description>&lt;P&gt;Hi @Michal Mlaka​&amp;nbsp;, it should be possible. If you are using APIs to launch the Job, remove &amp;nbsp;"node_type_id" and "driver_node_type_id"  from the JSON and pass the "instance_pool_id" and "driver_instance_pool_id" instead to make the cluster pick VMs from the pool.&lt;/P&gt;&lt;P&gt;Check this doc for the structure of cluster definition-&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-gb/azure/databricks/dev-tools/api/latest/clusters#--request-structure-of-the-cluster-definition" target="test_blank"&gt;https://learn.microsoft.com/en-gb/azure/databricks/dev-tools/api/latest/clusters#--request-structure-of-the-cluster-definition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps. Please mark the comment as "best answer" to resolve the query.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 11:30:28 GMT</pubDate>
    <dc:creator>Vivian_Wilfred</dc:creator>
    <dc:date>2022-10-26T11:30:28Z</dc:date>
    <item>
      <title>Can I use VMs from Pool for my Workflow cluster?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25665#M17899</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no option to take VMs from a Pool for a new workflow (Azure Cloud)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default schema for a new cluster:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{
    "num_workers": 0,
    "spark_version": "10.4.x-scala2.12",
    "spark_conf": {
        "spark.master": "local[*, 4]",
        "spark.databricks.cluster.profile": "singleNode"
    },
    "azure_attributes": {
        "first_on_demand": 1,
        "availability": "ON_DEMAND_AZURE",
        "spot_bid_max_price": -1
    },
    "node_type_id": "Standard_DS3_v2",
    "ssh_public_keys": [],
    "custom_tags": {
        "ResourceClass": "SingleNode"
    },
    "spark_env_vars": {
        "PYSPARK_PYTHON": "/databricks/python3/bin/python3"
    },
    "enable_elastic_disk": true,
    "cluster_source": "JOB",
    "init_scripts": [],
    "data_security_mode": "SINGLE_USER",
    "runtime_engine": "STANDARD"
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 09:42:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25665#M17899</guid>
      <dc:creator>mmlime</dc:creator>
      <dc:date>2022-10-26T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use VMs from Pool for my Workflow cluster?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25666#M17900</link>
      <description>&lt;P&gt;Hi @Michal Mlaka​&amp;nbsp;, it should be possible. If you are using APIs to launch the Job, remove &amp;nbsp;"node_type_id" and "driver_node_type_id"  from the JSON and pass the "instance_pool_id" and "driver_instance_pool_id" instead to make the cluster pick VMs from the pool.&lt;/P&gt;&lt;P&gt;Check this doc for the structure of cluster definition-&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-gb/azure/databricks/dev-tools/api/latest/clusters#--request-structure-of-the-cluster-definition" target="test_blank"&gt;https://learn.microsoft.com/en-gb/azure/databricks/dev-tools/api/latest/clusters#--request-structure-of-the-cluster-definition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps. Please mark the comment as "best answer" to resolve the query.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 11:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25666#M17900</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-10-26T11:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use VMs from Pool for my Workflow cluster?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25667#M17901</link>
      <description>&lt;P&gt;I will try. I started with UI and could not find that option there. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 11:38:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25667#M17901</guid>
      <dc:creator>mmlime</dc:creator>
      <dc:date>2022-10-26T11:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use VMs from Pool for my Workflow cluster?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25668#M17902</link>
      <description>&lt;P&gt;@Michal Mlaka​&amp;nbsp;I just checked on the UI and I could find the pools listing under worker type in a job cluster configuration. It should work.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 13:52:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25668#M17902</guid>
      <dc:creator>Vivian_Wilfred</dc:creator>
      <dc:date>2022-10-26T13:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use VMs from Pool for my Workflow cluster?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25669#M17903</link>
      <description>&lt;P&gt;ooou. sorry. yea its there &lt;span class="lia-unicode-emoji" title=":see_no_evil_monkey:"&gt;🙈&lt;/span&gt; Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:45:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-vms-from-pool-for-my-workflow-cluster/m-p/25669#M17903</guid>
      <dc:creator>mmlime</dc:creator>
      <dc:date>2022-10-26T14:45:05Z</dc:date>
    </item>
  </channel>
</rss>

