Forum Discussion
IntegrateGuru
1 year agoAdvocate I
Notebook shows 'In Progress' in Monitor App even after it has returned with an error?
I've noticed that if I run a pyspark notebook with just the following code: myVal = 1/0 And execute the notebook, the notebook will return very quickly with ZeroDivisionErro...
IntegrateGuru
1 year agoAdvocate I
Seems like I've stumbled upon some interesting... features... of the pyspark notebooks.
If you exit unexpectedly from an interactive session - it will keep the session open until it times out, or you manually stop it.
This also effectively means that interactive notebooks can never enter a failed status AFAIK.