I am unable to create compute cluster in databricks from azure free trial subcription

Sangana 0 Reputation points
2024-07-10T12:10:18.31+00:00

I am unable to create compute cluster in databricks from azure free trial subcription. Failed to add 1 container to the compute. Will attempt retry: false. Reason: Azure Quota Exceeded Exception

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,082 questions
{count} votes

1 answer

Sort by: Most helpful
  1. phemanth 8,645 Reputation points Microsoft Vendor
    2024-07-10T14:09:21.0966667+00:00

    @Sangana

    Thanks for the question and using MS Q&A platform.

    Currently, you can use Azure Free Trial subscription to create a Single node cluster which will have one Driver node with 4 cores.

    A Single Node cluster is a cluster consisting of a Spark driver and no Spark workers. Such clusters support Spark jobs and all Spark data sources, including Delta Lake. In contrast, Standard clusters require at least one Spark worker to run Spark jobs.

    Single Node clusters are helpful in the following situations:

    • Running single node machine learning workloads that need Spark to load and save data
    • Lightweight exploratory data analysis (EDA)

    29530-image.png

    Reference: Azure Databricks - Single Node clusters

    Hope this helps. Do let us know if you any further queries.