Kevin Bates

Results 510 comments of Kevin Bates

Just to be clear, you're using jupyter hub + _notebook server_ with the latter configured to hit a single enterprise gateway - is that correct? > Once the spark context...

I see. So you're using spark/YARN to "distribute" the kernel into the cluster, but don't really need spark, so you close the spark context and continue running the kernel in...

Sorry, I should have mentioned this previously. If you don't need a spark context, set your [initialization-mode to `none`](https://github.com/jupyter/enterprise_gateway/blob/master/etc/kernelspecs/spark_python_yarn_cluster/kernel.json#L25).

Oh yeah, that would be true. That slipped my mind. Sorry about that. What you really want is the DASK kernelspec. Have you spent time troubleshooting that? It doesn't get...

Hi Elliot, we have never officially qualified EG on Windows and I'm wondering if this is something related to that. I have personally never seen _"Fatal Python error: failed to...

> `Bad file descriptor (D:\bld\zeromq_1605919615529\work\src\epoll.cpp:100)` >and may have something to do with file cleanup by Python. I have no idea why Python would be trying to create and clean up...

Hi @averageflamethrowerguy - although I'm afraid to ask (:smile:) have you made any progress on this for Windows?

No worries Elliot. That _Help Wanted_ label should do the trick! Good luck at your new gig.

Hi @cceyda - thanks for opening this pull request. I guess I'd like to better understand your need for using local kernels in a hub environment. The primary use-case of...

Probably best just to replicate the conversation - thank you for your response. >> EG is for parity with Kernel Gateway environments in which each user spawns their own instance...