Hello @Alok Thampi , was this resolved? I similar issue.
Attaching Spark pool during deployment in Synapse
Alok Thampi
151
Reputation points
Hello,
We have a situation where the spark pool does not get automatically attached in the target environment after deployment.
In the figure below, “testpool” is one of the spark clusters that we have in both dev and test and before deploying to test, I had a notebook, “Notebook 1” which was attached to this “testpool”.
However, after deployment, I get the below message saying that this pool is not found. The spark pool session in Test was NOT active while I did this deployment.
I would like to understand on the below.
- Is this an expected scenario if the target spark pool session is closed? If so, what is the implementation approach to get the pool correctly attached to the notebook after deployment?
- Is there a way that we can start the Spark pool before the deployment through scripts/DevOps plugins? I hope we don’t keep the cluster running all the time considering the cost implications
Thanks in advance,
Alok