jupyter / nb2kg

Other
73 stars 31 forks source link

Pyspark Kernel fails #12

Closed Idofriedman closed 6 years ago

Idofriedman commented 6 years ago

screen shot 2018-06-28 at 18 14 58 Hi,

I am able to connect from jupyter notebook to a python kernel on a remote gateway.

But pyspark kernel failes.

How can I set this up?

10x

kevin-bates commented 6 years ago

You might find these example kernelspecs helpful from the Jupyter Enterprise Gateway project. These are all configured to use a process proxy to distribute across the cluster that Enterprise Gateway is servicing. However, if you didn't need that extra level of distribution, you could remove the process_proxy stanza and the various --RemoteProcessProxy parameters from argv and essentially get the equivalent functionality provided by Kernel Gateway (since we're a direct extension).

kevin-bates commented 6 years ago

Closing issue due to lack of activity. Please re-open if necessary.