<?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: Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12276#M635</link>
    <description>&lt;P&gt;Hi @Brian Labrom​, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 21:02:37 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2022-08-17T21:02:37Z</dc:date>
    <item>
      <title>Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation</title>
      <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12272#M631</link>
      <description>&lt;P&gt;I have an ADF pipeline which invokes a Databricks job six times in parallel. My assumption is all jobs get routed to the same job cluster which then deals with all the invocations in parallel. This was working fine when I had five sources, when I added the six I got this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error code: OperationNotAllowed, error message: Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment Model: Resource Manager, Location: westeurope, Current Limit: 350, Current Usage: 347, Additional Required: 4, (Minimum) New Limit Required: 351. Submit a request for Quota increase at https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId%22:%2299d49066-62e5-4704-acd8-6b6ef4278d07%22,%22command%22:%22openQuotaApprovalBlade%22,%22quotas%22:[%7B%22location%22:%22westeurope%22,%22providerId%22:%22Microsoft.Compute%22,%22resourceName%22:%22cores%22,%22quotaRequest%22:%7B%22properties%22:%7B%22limit%22:351,%22unit%22:%22Count%22,%22name%22:%7B%22value%22:%22cores%22%7D%7D%7D%7D]%7D by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at &lt;A href="https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests" target="test_blank"&gt;https://docs.microsoft.com/en-us/azure/azure-supportability/regional-quota-requests&lt;/A&gt; (Azure request Id: 5306171b-4929-43a9-a711-aaba42a4e5f3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My cluster has a driver and eight workers (all 4 core). If i multiply the number of cluster cores by the number of invocations and then double to account for hyper threading I can see that the 6th invocation would trip the 350 quota we currently have in play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't seem right to me, as I am only spinning up one job cluster. Is the quota manager getting confused?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comments greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 10:34:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12272#M631</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2022-07-27T10:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation</title>
      <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12273#M632</link>
      <description>&lt;P&gt;each job has its cluster, that is how it is designed.&lt;/P&gt;&lt;P&gt;So either request a quotum increase or run the jobs serially or use notebook workflows (run multiple notebooks in parallel on a single cluster)/cluster pools&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 10:56:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12273#M632</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-07-27T10:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation</title>
      <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12274#M633</link>
      <description>&lt;P&gt;Yes exactly. If you want to use just one cluster, please set it sequentially in ADF.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 12:54:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12274#M633</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-07-27T12:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation</title>
      <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12275#M634</link>
      <description>&lt;P&gt;Many thanks both for confirming.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 09:38:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12275#M634</guid>
      <dc:creator>labromb</dc:creator>
      <dc:date>2022-07-28T09:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Submitting multiple parallel jobs to the same job cluster causes Azure vCPU quota manager to count the clusters vCPUs on each invocation</title>
      <link>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12276#M635</link>
      <description>&lt;P&gt;Hi @Brian Labrom​, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 21:02:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/submitting-multiple-parallel-jobs-to-the-same-job-cluster-causes/m-p/12276#M635</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-08-17T21:02:37Z</dc:date>
    </item>
  </channel>
</rss>

