[GitHub] zeppelin issue #3006: [ZEPPELIN-3529] Add uName into jobGroupId for checking...

2018-08-04 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/3006 It tested successful. https://travis-ci.org/woowabros/zeppelin/builds/412124390 ---

Re: Python Container

2018-08-04 Thread Jeff Zhang
impersonation is not supported for ipython. The workaround is to use ipyspark because spark interpreter support impersonation. denny wong 于2018年8月5日周日 上午10:35写道: > I wonder if IPython can support multi-user? I need os level isolation > for python notebook. For example, note1 and note2 shouldn

Re: Python Container

2018-08-04 Thread denny wong
I wonder if IPython can support multi-user?  I need os level isolation for python notebook.  For example, note1 and note2 shouldn't see each other directory files or os environment variables. Thanks Denny On Saturday, August 4, 2018, 9:49:02 PM EDT, Jeff Zhang wrote: Does you try the

Re: Python Container

2018-08-04 Thread Jeff Zhang
Does you try the link here https://zeppelin.apache.org/download.html ? It works for me Regarding the ipython, the ipython session won't get closed after notebook is closed. You can reuse the session after the note is reopened. You check the section of Interprter Lifecycle Manager of this blog http

Re: Python Container

2018-08-04 Thread denny wong
Hi  I tried to download the 0.8 source codes, but the link didn't work. How do I get the 0.8 source code? - Source: zeppelin-0.8.0.tgz (58 MB, pgp, md5, sha) I have been trying to understand the python container behavior, but so far I couldn't make it to work. The python.docker works to