<?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: AZURE_QUOTA_EXCEEDED_EXCEPTION - even with more than vCPUs than Databricks recommends in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3373#M426</link>
    <description>&lt;P&gt;You might need to open a support ticket with Azure support to request an increase of your quota. You can try to run your job with the min number of cores that you can use without getting this exception &lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 21:20:15 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2023-06-14T21:20:15Z</dc:date>
    <item>
      <title>AZURE_QUOTA_EXCEEDED_EXCEPTION - even with more than vCPUs than Databricks recommends</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3372#M425</link>
      <description>&lt;P&gt;I am running this Delta Live Tables PoC from &lt;A href="https://github.com/databricks-industry-solutions/industry-solutions-blueprints" alt="https://github.com/databricks-industry-solutions/industry-solutions-blueprints" target="_blank"&gt;databricks-industry-solutions/industry-solutions-blueprints&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/databricks-industry-solutions/pos-dlt" alt="https://github.com/databricks-industry-solutions/pos-dlt" target="_blank"&gt;&lt;U&gt;&lt;/U&gt;&lt;/A&gt;&lt;A href="https://github.com/databricks-industry-solutions/pos-dlt" target="test_blank"&gt;https://github.com/databricks-industry-solutions/pos-dlt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Standard_DS4_v2 with 28GB and 8 cores x 2 workers - so a total of &lt;B&gt;16 cores.&lt;/B&gt; This is more than what &lt;A href="https://github.com/databricks-industry-solutions/industry-solutions-blueprints" alt="https://github.com/databricks-industry-solutions/industry-solutions-blueprints" target="_blank"&gt;Databricks&lt;/A&gt; recommends for this PoC (Standard_DS3_v2 with 4 cores x 2 workers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 5 notebooks in the PoC. I have run Notebook  1 and 2 individually without errors.&lt;/P&gt;&lt;P&gt;However when I execute the entire PoC from the RUNME.py orchestrator, it fails on Notebook 2 with this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unexpected failure while waiting for the cluster (0608-160733-23lp3pel) to be ready: Cluster 0608-160733-23lp3pel is in unexpected state Terminated:&amp;nbsp;&lt;B&gt;AZURE_QUOTA_EXCEEDED_EXCEPTION (CLIENT_ERROR): azure_error_code:QuotaExceeded,&amp;nbsp;azure_error_message: &lt;/B&gt;Operation could not be completed as it results in exceeding approved standardDSv2Family Cores quota. Additional details - Deployment Model: Resource Manager, Location: eastus, Current Limit: 32, Current Usage: 24, Additional Required: 16, (Minimum) New Limit Required: 40. Submit a request for Quota increase at&amp;nbsp;&lt;A href="https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId" alt="https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId" target="_blank"&gt;https://aka.ms/ProdportalCRP/#blade/Microsoft_Azure_Capacity/UsageAndQuota.ReactView/Parameters/%7B%22subscriptionId&lt;/A&gt;&amp;lt;......long url parameters list&amp;gt;...................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried increasing the quota, but same error, so I dont think it is the Quota increase. There seems always a need for more and more vCPUs. This is the Inner exepction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AssertionError: Job Run failed: &lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;AssertionError                            Traceback (most recent call last)&lt;/P&gt;&lt;P&gt;File &amp;lt;command-2270064480735889&amp;gt;:3&lt;/P&gt;&lt;P&gt;      1 dbutils.widgets.dropdown("run_job", "False", ["True", "False"])&lt;/P&gt;&lt;P&gt;      2 run_job = dbutils.widgets.get("run_job") == "True"&lt;/P&gt;&lt;P&gt;----&amp;gt; 3 NotebookSolutionCompanion().deploy_compute(job_json, run_job=run_job)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File /local_disk0/.ephemeral_nfs/envs/pythonEnv-18c26647-04cb-4378-9a4a-92c4877cbe84/lib/python3.10/site-packages/solacc/companion/__init__.py:232, in NotebookSolutionCompanion.deploy_compute(self, input_json, run_job, wait)&lt;/P&gt;&lt;P&gt;    230           self.install_libraries(jcid, jcl)&lt;/P&gt;&lt;P&gt;    231 &lt;B&gt;else&lt;/B&gt;:&lt;/P&gt;&lt;P&gt;--&amp;gt; 232&lt;B&gt;   self.run_job()&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File /local_disk0/.ephemeral_nfs/envs/pythonEnv-18c26647-04cb-4378-9a4a-92c4877cbe84/lib/python3.10/site-packages/solacc/companion/__init__.py:349, in NotebookSolutionCompanion.run_job(self)&lt;/P&gt;&lt;P&gt;    347 print("-" * 80)&lt;/P&gt;&lt;P&gt;    348 print(f"#job/&lt;B&gt;{&lt;/B&gt;self.job_id&lt;B&gt;}&lt;/B&gt;/run/&lt;B&gt;{&lt;/B&gt;self.run_id&lt;B&gt;}&lt;/B&gt; is &lt;B&gt;{&lt;/B&gt;self.life_cycle_state&lt;B&gt;}&lt;/B&gt; - &lt;B&gt;{&lt;/B&gt;self.test_result_state&lt;B&gt;}&lt;/B&gt;")&lt;/P&gt;&lt;P&gt;--&amp;gt; 349 &lt;B&gt;assert&lt;/B&gt; self.test_result_state == "SUCCESS", f"Job Run failed: please investigate at: &lt;B&gt;{&lt;/B&gt;self.workspace_url&lt;B&gt;}&lt;/B&gt;#job/&lt;B&gt;{&lt;/B&gt;self.job_id&lt;B&gt;}&lt;/B&gt;/run/&lt;B&gt;{&lt;/B&gt;self.run_id&lt;B&gt;}&lt;/B&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Any clues? Any of these reasons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/clusters/cluster-failed-launch" target="test_blank"&gt;https://kb.databricks.com/clusters/cluster-failed-launch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 17:34:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3372#M425</guid>
      <dc:creator>Pras1</dc:creator>
      <dc:date>2023-06-08T17:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: AZURE_QUOTA_EXCEEDED_EXCEPTION - even with more than vCPUs than Databricks recommends</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3373#M426</link>
      <description>&lt;P&gt;You might need to open a support ticket with Azure support to request an increase of your quota. You can try to run your job with the min number of cores that you can use without getting this exception &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 21:20:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3373#M426</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-06-14T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: AZURE_QUOTA_EXCEEDED_EXCEPTION - even with more than vCPUs than Databricks recommends</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3374#M427</link>
      <description>&lt;P&gt;Hi @Prasenjit Biswas​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We haven't heard from you since the last response from&amp;nbsp;@Jose Gonzalez​&amp;nbsp;​&amp;nbsp;. Kindly share the information with us, and in return, we will provide you with the necessary solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 07:05:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-quota-exceeded-exception-even-with-more-than-vcpus-than/m-p/3374#M427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-15T07:05:36Z</dc:date>
    </item>
  </channel>
</rss>

