Re: Calling Apache Toree from a remote Jupyter instance

2016-05-25 Thread Gino Bustelo
Sorry for the late reply. Have you tried discussing the issue in the kernel gateway project? Don't see anything in your stack trace that points to Toree. On Thu, May 12, 2016 at 11:47 AM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi Gino, > > Any inputs on how to solve this issues ?

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-12 Thread Sourav Mazumder
Hi Gino, Any inputs on how to solve this issues ? Show I install a latest one if this problem is already fixed ? Regards, Sourav On Tue, May 10, 2016 at 3:03 PM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi Gino, > > Thanks for the same. > > I was trying to install the jupyter_ket

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-10 Thread Sourav Mazumder
Hi Gino, Thanks for the same. I was trying to install the jupyter_ketnel_gateway and run the same. However, when I run the command 'jupyter kernelgateway' I get following error - File "/home/biadmin/.local/bin/jupyter-kernelgateway", line 7, in from kernel_gateway import launch_instance

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-06 Thread Gino Bustelo
http://s32.postimg.org/47f8a1qo5/toree_provisioned.png On Fri, May 6, 2016 at 9:54 AM, Gino Bustelo wrote: > Ok... I'll try to hang it somewhere on the interwebs and send an url > > On Fri, May 6, 2016 at 9:29 AM, Luciano Resende > wrote: > >> I believe the list will remove the image. >> >> On

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-06 Thread Gino Bustelo
Ok... I'll try to hang it somewhere on the interwebs and send an url On Fri, May 6, 2016 at 9:29 AM, Luciano Resende wrote: > I believe the list will remove the image. > > On Thursday, May 5, 2016, Sourav Mazumder > wrote: > > > Hi Gino, > > > > Thanks for the details. > > > > But I'm not able

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-06 Thread Luciano Resende
I believe the list will remove the image. On Thursday, May 5, 2016, Sourav Mazumder wrote: > Hi Gino, > > Thanks for the details. > > But I'm not able to see the image - it is coming as inline image. > > Could you please send the image once more ? > > Regards, > Sourav > > On Thu, May 5, 2016 at

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-06 Thread Gino Bustelo
On Thu, May 5, 2016 at 2:57 PM, Sourav Mazumder wrote: > Hi Gino, > > Thanks for the details. > > But I'm not able to see the image - it is coming as inline image. > > Could you please send the image once more ? > > Regards, > Sourav > > On Thu, May 5, 2016 at 12:44 PM, Gino Bustelo wrote: > > >

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-05 Thread Sourav Mazumder
Hi Gino, Thanks for the details. But I'm not able to see the image - it is coming as inline image. Could you please send the image once more ? Regards, Sourav On Thu, May 5, 2016 at 12:44 PM, Gino Bustelo wrote: > Sourav, > > The solution will look something like this picture > > [image: Inl

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-05 Thread Gino Bustelo
Sourav, The solution will look something like this picture [image: Inline image 1] There is no need for a separate Toree client if you are using Jupyter. Jupyter already knows how to talk to Toree. Now... there are other solutions that can sit on top of Toree that can expose REST or web socket,

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-05 Thread Sourav Mazumder
Hi Gino, Thanks for explaining the scope of Toree. What I was looking for is a solution where Toree can play the role of a facade between the client application (in this case the notebook) and the underlying Spark cluster. So if the client application submit a command it can accept it and execute

Re: Calling Apache Toree from a remote Jupyter instance

2016-05-05 Thread Gino Bustelo
>>> Hi Gino, It does not solve the problem of running a Spark job (on Yarn) remotely from a Jupyter notebook which is running on say in a laptop/some machine. The issue is in yarn-client mode the laptop needs to get access to all the slave nodes where the executors would be runni

Re: Calling Apache Toree from a remote Jupyter instance

2016-04-30 Thread Gino Bustelo
This is not possible without extending Jupyter. By default, Jupyter start kernels as local processes. To be able to launch remote kernels you need to provide an extension to the KernelManager and have some sort of kernel provisioner to then manage the remote kernels. It is not something hard to

Calling Apache Toree from a remote Jupyter instance

2016-04-30 Thread Sourav Mazumder
Hi, is there any documentation which can be user to configure a local Jupyter process to talk remotely to a remote Apache Toree server ? Regards, Sourav