-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when creating spark session #16
Comments
This is a difficult error to debug; the kernel extension is complaining that the Scala Listener has no comms; this is usually because the listener wasn't able to find a Spark Instance. One solution might be to restart your kernel and refresh the page when you encounter this. I've found that sometimes installing the extension on a kernel that was previously running can result in some wonky errors that are simply fixed by a simply stop and start of the kernel and a refresh of the page. |
I'm also having this problem. @samj1912 Figure anything out? |
So my current read is that jupyterlab-sparkmonitor/sparkmonitor/kernelextension.py Lines 65 to 69 in 25fc133
|
It can be worked around by checking if the frontend has already connected or not when using the comm object. It might be interesting to queue messages maybe ? I suspect #18 is an other manifestation of this thread crash (but from the Spark listener side).
|
The text was updated successfully, but these errors were encountered: