ZeppelinContext run method runs a paragraph as anonymous user

2017-10-10 Thread Luis Angel Vicente Sanchez
to accept AuthenticationInfo as a 3rd parameter; if it's not null, use it instead of getting the AuthenticationInfo from Shiro. But so far no luck, the paragraph is still ran as the anonymous user. Is there anything I'm missing? -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-29 Thread Luis Angel Vicente Sanchez
this problem? If that's the case I'm happy to contribute with a PR to address this issue. -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Mon, 25 Sep 2017, at 19:46, Deenar Toraskar wrote: > Hi Jeff > > We are at a dead end with this > https://issues.apache.org

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-13 Thread Luis Angel Vicente Sanchez
Hi Jeff, I have created this issue https://issues.apache.org/jira/browse/ZEPPELIN-2929. I was trying to change the source of this problem and I reach to a similar conclusion but I wasn't sure what the best way to propagate the user name would be.Regards, Luis Angel Vicente Sanchez zeppelin-us

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-12 Thread Luis Angel Vicente Sanchez
I also tried with z.run(paragraphSeqNumber) -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Tue, 12 Sep 2017, at 09:22, Luis Angel Vicente Sanchez wrote: > That's quite simple actually. Zeppelin exposes the ZeppelinContext as > the variable z... you just need

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-12 Thread Luis Angel Vicente Sanchez
That's quite simple actually. Zeppelin exposes the ZeppelinContext as the variable z... you just need to do this: z.run(paragraphId) -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Tue, 12 Sep 2017, at 03:33, Park Hoon wrote: > Hi, could you share the paragraph to show how

Re: ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Luis Angel Vicente Sanchez
ogin... so the interpreter knows who the user is. Can that info be used to run a paragraph? -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Mon, 11 Sep 2017, at 12:16, Luis Angel Vicente Sanchez wrote: > And we are running the notebook using spark local, and using a whir

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

ZeppelinContext run method runs a paragraph as anonymous user

2017-09-11 Thread Luis Angel Vicente Sanchez
and, therefore, we get a "ForbiddenException" because of that. Is there a way to run a paragraph as the front-end user? Kind regards, Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch

Re: Weird problem with notebook permissions, can change them eve if I'm not owner

2017-09-08 Thread Luis Angel Vicente Sanchez
Ok... problem found, zeppelin.anonymous.enabled was not set to false. I would say that the message saying that it's ignoring the owner of a notebook because the anonymous access is enabled should be an INFO level message and not a DEBUG one. -- Luis Angel Vicente Sanchez zeppelin-us

Re: Weird problem with notebook permissions, can change them eve if I'm not owner

2017-09-08 Thread Luis Angel Vicente Sanchez
ient1 and client2 have different roles (one is analyst the other is user) so... I shouldn't be allowed to change the permissions. This is on Zeppelin 0.7.1 -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Fri, 8 Sep 2017, at 14:57, Luis Angel Vicente Sanchez wrote: > Hi, > > I fo

Weird problem with notebook permissions, can change them eve if I'm not owner

2017-09-08 Thread Luis Angel Vicente Sanchez
] [admin, analyst] I get those errors in the logs even if I'm the owner. Regards, Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch

Downloading Zeppelin 0.7.1

2017-09-06 Thread Luis Angel Vicente Sanchez
Hi, I'm trying to recreate a docker container that is based on Zeppelin 0.7.1 but it seems that the tar file doesn't exist anymore in any of the mirrors. Are all older versions gone? Kind regards, Luis Angel Vicente Sanchez l...@bigcente.ch

Connection pool starvation due to GetUserList.getUserList

2017-09-04 Thread Luis Angel Vicente Sanchez
regards, Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch

Re: Notebook permissions lost after restart

2017-08-31 Thread Luis Angel Vicente Sanchez
and other magic. Regards, Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Thu, 31 Aug 2017, at 18:01, moon soo Lee wrote: > Notebook permissions are stored in conf/notebook-authorization.json. > You'll need to save/restore this file, too. > > Thanks, > moon > >

Re: Metadata browser for JDBC

2017-08-31 Thread Luis Angel Vicente Sanchez
Sorry... I replied to the wrong thread. -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Thu, 31 Aug 2017, at 18:14, Luis Angel Vicente Sanchez wrote: > Yes, that's what I just found... I will have to use a persistent > volume to store the config file. This should be rede

Re: Metadata browser for JDBC

2017-08-31 Thread Luis Angel Vicente Sanchez
and other magic. Regards, Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Thu, 31 Aug 2017, at 17:56, moon soo Lee wrote: > Thanks for sharing the idea. > Sounds very interesting and useful. > > I wish this feature be general enough so we can use it with not only >

Notebook permissions lost after restart

2017-08-31 Thread Luis Angel Vicente Sanchez
Angel Vicente Sanchez zeppelin-us...@bigcente.ch