Re: Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
var scope = angular.element(element.parent('.ng-scope')).scope(). compiledScope; Is there a better way to get the per user Angular scope? I am using Zeppelin 0.7.3. On Thu, Dec 7, 2017 at 10:56 PM, Jeff Chung wrote: > I have set my notebook to personal mode and

Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
I have set my notebook to personal mode and changed the Angular interpreter and Spark interpreter to Per User in Scoped process. However change in the Angular UI for one user affect a different user. One possibility issue is that I am getting the Angular scope this way:

Re: Multiple queries/statements in single paratgraph - hive interpreter

2017-12-07 Thread Anandha L Ranganathan
Following up on this to find if it is a bug or this features is removed. Thanks Anand On Thu, Dec 7, 2017 at 9:38 AM, Anandha L Ranganathan wrote: > Hi, > I am using Hive interpreter and upgraded to 0.8 version. We used to run > multiple queries in single paragraph and

Re: Livy Manager - Web UI for Managing Apache Livy Sessions

2017-12-07 Thread Jianfeng (Jeff) Zhang
Great work, @Keiji, Livy also provide a webUI for managing livy sessions. And welcome to contribute your work to livy. http://livy.incubator.apache.org/ https://github.com/apache/incubator-livy Best Regard, Jeff Zhang From: Keiji Yoshida >

Multiple queries/statements in single paratgraph - hive interpreter

2017-12-07 Thread Anandha L Ranganathan
Hi, I am using Hive interpreter and upgraded to 0.8 version. We used to run multiple queries in single paragraph and after upgrade it seems it is broken. Is it something I am missing ? I tried with and without semicolon after each statement and still having the same problem. %hive use default;

Livy Manager - Web UI for Managing Apache Livy Sessions

2017-12-07 Thread Keiji Yoshida
Hi, I just released a Web UI for managing Apache Livy sessions for non-developer users: https://github.com/kjmrknsn/livy-manager This Web UI enables non-developer Livy users to monitor and kill their Livy sessions. I have been managing Apache Zeppelin with Livy interpreter and I have felt that