Run failed with termination code: RunExecutionError

jano
New Contributor III

I'm getting an error of RunExecutionError with no tasks having run in a notebook. The clusters spin up and then 5 mins later I am getting this error and all cells in the task notebook say cancelled. I don't see any issues with the clusters has they have ran the day before. I also have confirmed the notebook has no code issues.

jano
New Contributor III

This was due to a %run notebook command where the cluster could not locate the notebook. I was using a relative to root path from the github repo which did work when running the notebook book on a cluster but did not work when I put it into a job. However the task failed before it got to the notebook and did not say this was the problem at alll.

View solution in original post