Forum Discussion

Leela's avatar
Leela
Frequent Visitor
1 month ago
Solved

Issue Creating Lakehouse

Hi, I am unable to create lakehouse and encountered below error : Creating Lakehouse is not supported in this workspace. To create Lakehouse, you can start a Microsoft Fabric trial, however, there ...
  • v-aatheeque's avatar
    v-aatheeque
    1 month ago

    Hi Leela 

    The TooManyRequestsForCapacity (HTTP 430) error indicates that the Spark job could not be scheduled because the Fabric capacity reached either its available Spark compute limit or the Spark job/API rate limit. This is typically related to capacity contention rather than an issue with the Spark code itself.

    To troubleshoot, please try the following:

    • Review the Monitoring Hub to check whether there are any running or queued Spark jobs. Cancel any unnecessary or stalled jobs.
    • Navigate to Workspace Settings → Job Management and review the Job Concurrency & Queue Monitoring information to identify any capacity contention.
    • Retry the Spark job after existing workloads have completed.
    • If your environment supports Autoscale Billing, consider enabling it to provide additional compute capacity during peak demand.
    • If this occurs frequently, consider upgrading to a larger Fabric capacity SKU to accommodate your workload.

    Reference : Fabric Notebooks troubleshooting guide - Microsoft Fabric | Microsoft Learn

    Hope this helps!!

    Thank You.