Forum Discussion

AnmolGan81's avatar
AnmolGan81
Advocate II
1 year ago
Solved

Not able to run single command over the notebook

Hi I have been trying to simple load data from an already present table in my lakehouse, but whenever I create notebook and right click on the present delta table and try to run the command I get bel...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi AnmolGan81,

     

    Thank you for reaching out to the Microsoft Fabric community forum. 

     

    The issue appears to be that the F2 SKU has limited resources, with only 4 Spark vCores available. This means you can only run one Spark session at a time, even if you're using multiple notebooks. If there's an active session in one notebook, attempting to start a new session in another notebook causes the error.

    To fix this, you have to restart the capacity and manually terminate the Spark session from the notebook. Once that's done, you can easily restart the session whenever needed.

     

    I hope my suggestions give you good ideas, if you need any further assistance, feel free to reach out.

     

    If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.

     

    Thank you.