Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Park Hoon
Hi, could you share the paragraph to show how did you run a paragraph in a different paragraph? > if we want to run a paragraph from another paragraph in the same notebook (to refresh it), Regard, On Mon, Sep 11, 2017 at 11:24 PM, Luis Angel Vicente Sanchez < zeppelin-us...@bigcente.ch> wrote:

Re: Cloudera Data Science Workbench and Zeppelin

2017-09-11 Thread Ruslan Dautkhanov
I like the idea of using containers / kubernetes to run users' own instances of data science workbench. Although with YARN adding docker containers in Hadoop 2.8 we could have similar functionality without k8s: https://issues.apache.org/jira/browse/YARN-3611 ? Assuming we will see

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Luis Angel Vicente Sanchez
Some extra info: println(s"AUTHENTICATION INFO :: ${z.getInterpreterContext.getAuthenticationInfo.getUser} ${z.getInterpreterContext.getAuthenticationInfo.getTicket}") That line inside a Spark notebook prints both the user name and the ticket that the user gets after a successful login... so the

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Luis Angel Vicente Sanchez
We are using Zeppelin 0.7.1/ -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Mon, 11 Sep 2017, at 11:12, Luis Angel Vicente Sanchez wrote: > Hi, > > We have enabled notebook permissions in our Zeppelin installation and > now we are facing the problem that if we want to run a

ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Luis Angel Vicente Sanchez
Hi, We have enabled notebook permissions in our Zeppelin installation and now we are facing the problem that if we want to run a paragraph from another paragraph in the same notebook (to refresh it), the user that is running that paragraph is the anonymous user and not the front-end user and,