Re: How to deploy Zeppelin Notebook on Internet Facing Server

2019-04-26 Thread Xun Liu
Maybe Zeppelin Notebook Serving(Https://github.com/apache/zeppelin/pull/3356 ) is what you want. > 在 2019年4月27日,上午4:51,Jagjeet Malhi 写道: > > Hi All- > > I am looking a way to open up zeppelin over the internet in a controlled > manner where en

How to deploy Zeppelin Notebook on Internet Facing Server

2019-04-26 Thread Jagjeet Malhi
Hi All- I am looking a way to open up zeppelin over the internet in a controlled manner where end users (or me over internet) shouldn’t be able to add interpreter but can use existing published one and ability to refresh. I’ll appreciate your feedback. Thanks Js

Re: zeppelin-daemon doesn't work in docker container

2019-04-26 Thread Hao Ren
Hi Moon, Sorry for the late reply. I would like to use bin/zeppelin-daemon.sh, because I want to keep it as the background process while I can do some other work in the container. I also tried to use `nohup bin/zeppelin.sh &` command, but still, once the interpreter process is running in the back