I am still trying to make the python docker to work.
I can see in the debugger, it tries to execute the following docker command to
start the python process.
docker run -i --rm -v /tmp:/_zeppelin_tmp -v
/scratch/zeppelin-branch-0.8:/_zeppelin -e
PYTHONPATH=":/_zeppelin/interpreter/python/py4j-0
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
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
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
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
Hi
I tried to use the python docker option in 0.8 (see below), but it didn't work
for me. I can see the python docker image downloaded properly. However when I
ran the python paragraph (2nd paragraph), I got the "process not running"
error. I didn't see any python container running. What's w