405 method not allowed

2016-11-06 Thread Vikash Kumar
Hi all, I am trying to convert the zeppelin-web application from Angular to Aurelia. When I am executing the following code to get the interpreter binding I am getting error 405 method not allowed. Same error again in postman. I am able to hit the login api. let url = BaseUrl.getRestApiBase()

Re: under what userid should Zeppelin run?

2016-11-06 Thread York Huang
Also if I want to run all Zeppelin instances from one Linux machine, do I have to create the Zeppelin binaries for each user with different ports so that multiple instances can run in the same box? Sent from my iPhone > On 7 Nov 2016, at 5:17 PM, Igor Yakushin wrote: > > Upon reading the docu

Re: under what userid should Zeppelin run?

2016-11-06 Thread Igor Yakushin
Upon reading the documentation and coming with JupyterHub experience, it was natural to assume that Zeppelin should run as root, one daemon for all the users, especially considering that one can use it with ldap. One should put it into the documentation with big red letters: *NEVER RUN ZEPPELI

Re: Graphics are not updated

2016-11-06 Thread moon soo Lee
Hi Bala, Thanks for sharing the problem. Not sure but could you try newer version? zeppelin-0.6.2. If it does not help, could you open developer console on your web browser and see if there're any errors? Thanks, moon On Sun, Nov 6, 2016 at 9:16 PM Balachandar R.A. wrote: > Hi > > Today I che

Re: Graphics are not updated

2016-11-06 Thread Balachandar R.A.
Hi Today I checked with my linux mozilla browser. No issue.However, my windows firefox is still giving the same problem despite clearing the cache. I am not convinced that this is an browser issue as you said, and that no issue with the code or zeppelin. Thanks regards Bala On 5 November 2016 a

Re: under what userid should Zeppelin run?

2016-11-06 Thread moon soo Lee
Hi, That's right. Until Zeppelin get impersonation implemented that i mentioned in one of previous email. Thanks Igor for sharing your interests. Regards, moon On Sun, Nov 6, 2016 at 8:42 PM Igor Yakushin wrote: > Hi Moon, > > This allows a user to specify who can see his note, right? > > But

Re: under what userid should Zeppelin run?

2016-11-06 Thread Igor Yakushin
Hi Moon, This allows a user to specify who can see his note, right? But that does not protect the system from users getting root access via %sh (or who knows what else) if Zeppelin is running as root? Thank you, Igor On 11/06/2016 08:48 PM, moon soo Lee wrote: Zeppelin already have three d

Re: under what userid should Zeppelin run?

2016-11-06 Thread Jeff Zhang
I think you are referring impersonation. It is still in progress. Here's one related ticket https://issues.apache.org/jira/browse/ZEPPELIN-1320 moon soo Lee 于2016年11月7日周一 上午10:48写道: > Zeppelin already have three different modes for interpreter process > management. > > - shared : share a si

Re: under what userid should Zeppelin run?

2016-11-06 Thread moon soo Lee
Zeppelin already have three different modes for interpreter process management. - shared : share a single process per note - scoped: share a single process but create instance inside per note - isolated : create a new process per note. Now community also is actively working on bring this abili

Re: under what userid should Zeppelin run?

2016-11-06 Thread Igor Yakushin
On 11/06/2016 07:30 PM, moon soo Lee wrote: Hi Igor, Zeppelin runs with user id that execute bin/zeppelin-daemon.sh or bin/zeppeiln.sh. And all interpreter processes are running with the same user id at the moment. So you'll need to change your user id to appropriate one for your job and st

Re: under what userid should Zeppelin run?

2016-11-06 Thread moon soo Lee
Hi Igor, Zeppelin runs with user id that execute bin/zeppelin-daemon.sh or bin/zeppeiln.sh. And all interpreter processes are running with the same user id at the moment. So you'll need to change your user id to appropriate one for your job and start Zeppelin. In case of you're interested in impe

Re: %sql problems

2016-11-06 Thread Igor Yakushin
On 11/06/2016 05:30 PM, Igor Yakushin wrote: On 11/05/2016 10:53 PM, Igor Yakushin wrote: Hi All, I have the following problems with %sql: 1) %sql show tables correctly shows tables in hive databases. 2) %sql describe table mkbook.bkrating correctly describes the schema for table

Re: %sql problems

2016-11-06 Thread Igor Yakushin
On 11/05/2016 10:53 PM, Igor Yakushin wrote: Hi All, I have the following problems with %sql: 1) %sql show tables correctly shows tables in hive databases. 2) %sql describe table mkbook.bkrating correctly describes the schema for table bkrating in hive database mkbook 3) %sql selec