Forum Discussion

sreedharshan_10's avatar
sreedharshan_10
Frequent Visitor
1 year ago
Solved

Livy HTTP Request Error

I am running a large-scale Spark job in Microsoft Fabric via Livy, where data is read from Delta tables and processed in iterative steps, with periodic checkpoints every few iterations to persist int...
  • v-aatheeque's avatar
    v-aatheeque
    1 year ago

    Hi sreedharshan_10 

    Thanks for sharing the update. Since the job succeeds when run under a different account, the issue seems tied to resource load or background operations in the original dev account rather than Livy itself. Switching accounts works as a workaround, but it’s not the only option.

     

    A better long-term approach would be to:

    • Reviewing Fabric capacity metrics to check if background jobs are consuming resources.

    • Coordinating with your admin to isolate heavy Spark workloads onto a dedicated capacity or workspace.

    • Adjusting background activity in the dev account to reduce contention.

    Hope it helps !!

    Thank You.