<?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 Delta Live Tables failed to launch pipeline cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23250#M16015</link>
    <description>&lt;P&gt;I'm trying to run through the Delta Live Tables quickstart example on Azure Databricks. When trying to start the pipeline I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Failed to launch pipeline cluster 0408-131049-n3g9vr4r: The operation could not be performed on your account with the following error message:  azure_error_code: OperationNotAllowed, azure_error_message: Operation could not be completed as it results in...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is the full message as it appears in the Pipeline Event Log Details (both Summary and JSON version). As far as I have been able to find out Azure throws this error in case spinning up the cluster would exceed the vCPU quota. However, in the Azure usage overview none of vCPUs seem near the quota. Is there some way of seeing the entire error message? This would at least help me establish about which vCPUs this is as I cannot seem to find out which are being used by the pipeline cluster.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 13:51:18 GMT</pubDate>
    <dc:creator>Robin_200273</dc:creator>
    <dc:date>2022-04-08T13:51:18Z</dc:date>
    <item>
      <title>Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23250#M16015</link>
      <description>&lt;P&gt;I'm trying to run through the Delta Live Tables quickstart example on Azure Databricks. When trying to start the pipeline I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Failed to launch pipeline cluster 0408-131049-n3g9vr4r: The operation could not be performed on your account with the following error message:  azure_error_code: OperationNotAllowed, azure_error_message: Operation could not be completed as it results in...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is the full message as it appears in the Pipeline Event Log Details (both Summary and JSON version). As far as I have been able to find out Azure throws this error in case spinning up the cluster would exceed the vCPU quota. However, in the Azure usage overview none of vCPUs seem near the quota. Is there some way of seeing the entire error message? This would at least help me establish about which vCPUs this is as I cannot seem to find out which are being used by the pipeline cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 13:51:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23250#M16015</guid>
      <dc:creator>Robin_200273</dc:creator>
      <dc:date>2022-04-08T13:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23253#M16018</link>
      <description>&lt;P&gt;I am also receiving this error and am a premium customer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; @Kaniz Fatma​&amp;nbsp;for the win! Your post got me to look at my current quotas in Azure, and I was at limit for the CPU's chosen for processing Delta, so I increased the quota request and re-started the pipeline and everything worked! Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 13:00:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23253#M16018</guid>
      <dc:creator>TheOptimizer</dc:creator>
      <dc:date>2022-05-06T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23254#M16019</link>
      <description>&lt;P&gt;This was indeed caused by databricks using a vcpu type that was at its quota. To solve this add an explicit vcpu type to settings.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    "clusters": [
        {
            "label": "default",
            "node_type_id": "Standard_DS3_v2",
            "driver_node_type_id": "Standard_DS3_v2",
        }
    ],&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note that the UI  version of the settings doesn't seem the support changing this hence the need to go into the json version. &lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 13:07:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23254#M16019</guid>
      <dc:creator>Robin_200273</dc:creator>
      <dc:date>2022-05-06T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23256#M16021</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 14 day free trial for Databricks on Azure platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting same error. What can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Failed to launch pipeline cluster 0526-095900-zd8jcs62: The operation could not be performed on your account with the following error message:  azure_error_code: OperationNotAllowed, azure_error_message: Operation could not be completed as it results in...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Devashish&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:52:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23256#M16021</guid>
      <dc:creator>devashishraverk</dc:creator>
      <dc:date>2022-05-26T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23257#M16022</link>
      <description>&lt;P&gt;I am having this same issue. My quota seems fines and have tried setting the json to an explicit vcpu to no avail. I am on Premium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 07:43:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23257#M16022</guid>
      <dc:creator>sanjevraj</dc:creator>
      <dc:date>2022-07-14T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23258#M16023</link>
      <description>&lt;P&gt;Same here.  Banging my head over here.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:41:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23258#M16023</guid>
      <dc:creator>Aaron1234567</dc:creator>
      <dc:date>2022-08-02T17:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23259#M16024</link>
      <description>&lt;P&gt;Hi there, I'm still facing this issue with Azure Databricks. My quotas look alright. Is there anything else that I have to check? Has this been answered elsewhere? Please let me know more. TIA!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 08:26:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23259#M16024</guid>
      <dc:creator>Ajith</dc:creator>
      <dc:date>2022-10-13T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23260#M16025</link>
      <description>&lt;P&gt;Hi - just in case anyone else is still experiencing this issue - please see below how I fixed this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your Azure Portal 'Activity log' and then look for any errors whilst running the Databricks Pipeline...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received this error in my Activity Log: "Create or Update Virtual Machine - Failed" Operation could not be completed as it results in exceeding the approved standardFSFamily Cores quota. Additional details - Deployment Model: Resource Manager, Location: uksouth, Current Limit: 10, Current Usage: 8, Additional Required: 8, (Minimum) New Limit Required: 16. Submit a request for Quota increase at [***URL***] by specifying parameters listed in the ‘Details’ section for deployment to succeed. Please read more about quota limits at&amp;nbsp;https://disq.us/url?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Fazure%2Fazure-supportability%2Fper-vm-quota-requests%3AvJyPQQt21s9--6dqZy4z2vOT8JA&amp;amp;cuid=5011031&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then requested an increase for the following quotas: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard FS Family vCPUs increased from 10 to 50&lt;/P&gt;&lt;P&gt;Standard DSv2 Family vCPUs increased from 10 to 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now re-run the pipeline - hopefully, this fixes the issue for you too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:54:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23260#M16025</guid>
      <dc:creator>Suki</dc:creator>
      <dc:date>2023-01-31T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables failed to launch pipeline cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23261#M16026</link>
      <description>&lt;P&gt;This communication really helped me. I am now successfully able to execute DLT pipeline. Thanks to all contributor.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 17:03:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-failed-to-launch-pipeline-cluster/m-p/23261#M16026</guid>
      <dc:creator>kunaldeb</dc:creator>
      <dc:date>2023-04-24T17:03:43Z</dc:date>
    </item>
  </channel>
</rss>

