Re: Thrift server for call back will start. Port:

2018-03-04 Thread 小野圭二
Hi, I show the all log on this error.There are 2 type error. The 1 is at the first run. The 2 is at the second run. Seems like could not established to Thrift callback port 51348 that was set at the first run. First of all, does it need to establish the callback port of Thrift server? The notebook

Re: Thrift server for call back will start. Port:

2018-03-04 Thread Jeff Zhang
Could you check the interpreter log ? The issue of not be able to connecting to thrift port could happen due to network issue, like firewall or you use VPN, etc. 小野圭二 于2018年3月5日周一 下午12:32写道: > Hi, > > I show the all log on this error.There are 2 type error. The 1 is at the > first run. The 2 is

Re: Unmodifiable interpreter properties

2018-03-04 Thread Karan Sewani
Well You can take away interpreter editing rights from user altogether. This feature would be there in zeppelin 0.8.0, for 0.7.3 you can apply following patch and build it from source. https://github.com/apache/zeppelin/pull/2526/files Best Karan From: Jh