"Private paragraph session"

2016-06-23 Thread Andrea Santurbano
Hi to all, Zeppelin makes an heavy use of websockets so if some paragraph with input value (in a %jdbc interpreter for instance) is manipulated by a user, the paragraph change for every user who is viewing that paragraph. Is there something like a "private" session where every input inserted in a p

Re: "Private paragraph session"

2016-06-23 Thread ashish rawat
Hi Andrea, It might be helpful if you follow the thread "Zeppelin multi-user dashboards", where I had discussed a similar problem. Regards, Ashish - sent from a handheld device On Jun 23, 2016 1:05 PM, "Andrea Santurbano" wrote: > Hi to all, > Zeppelin makes an heavy use of websockets so if so

Re: Zeppelin multi-user dashboards

2016-06-23 Thread Andrea Santurbano
As Ashish said: *For Zeppelin, this is true that if the view is different from each user, then it is not the same notebook anymore. But from a dashboard perspective, multiple users work on the same dashboard, viewing different data and we still call it the same dashboard.* This is a common use ca

Re: Authentication in zeppelin

2016-06-23 Thread Prabhjyot Singh
Hi Abhisar, I've just created a PR (https://github.com/apache/zeppelin/pull/1071) for this fix. Can you apply this patch and test, if that works for you. On 23 June 2016 at 08:40, Abhisar Mohapatra wrote: > Yeah this I explored.It only gets plugged into LDAP or CAS now through > shiro. Have to

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
Nopes .It doesn't.Only in case of new window if opened,it asks for relogin else it just redirects to same page without logout On Thu, Jun 23, 2016 at 3:21 PM, Prabhjyot Singh wrote: > Hi Abhisar, > > I've just created a PR (https://github.com/apache/zeppelin/pull/1071) for > this fix. Can you ap

Re: Authentication in zeppelin

2016-06-23 Thread Prabhjyot Singh
Hi Abhisar, I was able to figure out as why it didn't work for you with the last patch, can you check the latest patch. Also, can you try/test with following config in shiro.ini [users] > admin = admin > user1 = user1 > > [main] > sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessi

Logout from Zeppelin

2016-06-23 Thread Hyung Sung Shim
hi! please check https://github.com/apache/zeppelin/pull/1071 2016-06-23 14:43 GMT+09:00 Abhisar Mohapatra >: > Hi , > I have raised the following ticket with the problem mentioned above. > > https://issues.apache.org/jira/browse/ZEPPELIN-1051 > > Thanks > > On Thu, Jun 23, 2016 at 11:03 AM, Abh

Re: Rest API

2016-06-23 Thread moon soo Lee
Apologies for late response. I'm not sure how your paragraphs went into the "PENDING", but if you're trying to run paragraph, "RUN_PARAGRAPH" message [1] need to be sent. And i think some additional fields (principal, ticket, roles) are required, too [2]. Thanks, moon [1] https://github.com/apach

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
Thanks a lot.It worked. shiro.ini changes was not required.I just worked with the code change. Can you just tell me the gist of the problem ? .I read the code but I am not so good in javascript so couldn't figure out the exact problem. Thanks, Abhisar On Thu, Jun 23, 2016 at 7:10 PM, Prabhjyot Si

Re: Authentication in zeppelin

2016-06-23 Thread Prabhjyot Singh
Yes, it's mostly to do with how browser is designed to work with basic auth. Follow this link, for a detailed explanation; http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication . On 24 Jun 2016 8:49 a.m., "Abhisar Mohapatra" wrote: > Thanks a lot.

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
Oh.I get it now :) On Fri, Jun 24, 2016 at 8:57 AM, Prabhjyot Singh wrote: > Yes, it's mostly to do with how browser is designed to work with basic > auth. > > Follow this link, for a detailed explanation; > http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic

Re: Rest API

2016-06-23 Thread kevin giroux
Don't worry about that, i'm sure you have a lot of work to do, We found the trick, (the format of the data we send was not correct, and the zeppelin throw a Java.Null.Pointer) We have juste change it and now it works. Le ven. 24 juin 2016 à 05:15, moon soo Lee a écrit : > Apologies for late re

Re: Rest API

2016-06-23 Thread moon soo Lee
Glad to hear it works. Thanks for sharing the problem and creating an issue! Best, moon On Thu, Jun 23, 2016 at 9:33 PM kevin giroux wrote: > Don't worry about that, i'm sure you have a lot of work to do, > > We found the trick, (the format of the data we send was not correct, and > the zeppeli