Re: Is it possible to run Java code on Zeppelin Notebook?

2016-11-17 Thread Abhisar Mohapatra
Yes it will. I guess there are some implementations too On Thu, Nov 17, 2016 at 10:41 PM, Muhammad Rezaul Karim < reza_cse...@yahoo.com> wrote: > Hi All, > > I am a new user of Zeppelin and got to know that Apache Zeppelin is using > Spark as the backend interpreter. > > Till date, I have run som

Re: Spark DataFrame Plotting

2016-09-07 Thread Abhisar Mohapatra
one column on X-axis and another on Y-axis. I > cannot make both A:Double, B:Double displayed on Y-axis. How to do that? > > Patcharee > > On 07. sep. 2016 11:05, Abhisar Mohapatra wrote: > > You can do a normal select * on the dataframe and it would be > automatically interpreted.

Re: Spark DataFrame Plotting

2016-09-07 Thread Abhisar Mohapatra
You can do a normal select * on the dataframe and it would be automatically interpreted. On Wed, Sep 7, 2016 at 2:29 PM, patcharee wrote: > Hi, > > I have a dataframe with this schema A:Double, B:Double. How can I plot > this dataframe as two lines (comparing A and B at each step)? > > Best, > >

Re: integrate authorization

2016-07-20 Thread Abhisar Mohapatra
Yes it can be done. Using shiro not only allows you for basic authentication but along with ldap also it works.If u can create a ldap wrapper then I think you can integrate authentication system. On Thu, Jul 21, 2016 at 10:42 AM, Khalid Huseynov wrote: > Yes, I believe main point of #1173 >

Re: Run Zeppelin on HTTP/HTTPS Port

2016-06-29 Thread Abhisar Mohapatra
Yes ,I think you can do that.Anyways you have an option to configure the port you want your zeppelin instance to run on.Point is the IP shouldn't be a private IP and should be accessible from outside.Or if VPN connection,then yes. Thanks, Abhisar On Thu, Jun 30, 2016 at 8:22 AM, Chandra Maloo wr

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
-from-web-site-using-basic-authentication > . > On 24 Jun 2016 8:49 a.m., "Abhisar Mohapatra" < > abhisar.mohapa...@inmobi.com> wrote: > >> Thanks a lot.It worked. shiro.ini changes was not required.I just worked >> with the code change. Can you just tell me the gi

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
out >> >> On Thu, Jun 23, 2016 at 3:21 PM, Prabhjyot Singh < >> prabhjyotsi...@gmail.com> wrote: >> >>> Hi Abhisar, >>> >>> I've just created a PR (https://github.com/apache/zeppelin/pull/1071) >>> for this fix. Can you apply this

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
> 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 figure out a way to integrate with existing SS

Re: Logout from Zeppelin

2016-06-22 Thread 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, Abhisar Mohapatra < abhisar.mohapa...@inmobi.com> wrote: > Ok I will. > > Thanks, > Abhisar > > >

Re: Logout from Zeppelin

2016-06-22 Thread Abhisar Mohapatra
Ok I will. Thanks, Abhisar On Thu, Jun 23, 2016 at 11:02 AM, Hyung Sung Shim wrote: > Hi. > I couldn't reproduce your situation. > Do you mind create an jira issue? > Thanks. > > 2016-06-23 13:14 GMT+09:00 Abhisar Mohapatra >: > >> Only when a browser is

Re: Logout from Zeppelin

2016-06-22 Thread Abhisar Mohapatra
Only when a browser is closed and again started, login is asked for. I tried crearing cookies and cached pages but doesn't seem to work.But when i open a new window it asks for login On Thu, Jun 23, 2016 at 9:32 AM, Abhisar Mohapatra < abhisar.mohapa...@inmobi.com> wrote: > I have

Logout from Zeppelin

2016-06-22 Thread Abhisar Mohapatra
Hi, I configured Zeppelin with basic Shiro authentication.Login and the all the regular notebook creation and code execution happen fine. But when I log out ,it redirects me to the same home page without logging me out.Is there any problem or am I missing some step ? -- _

Re: Authentication in zeppelin

2016-06-22 Thread Abhisar Mohapatra
got groups mapped to roles, which are > then used for the notebook R/W permissions. Works great. > > Rob > > On Wed, Jun 22, 2016 at 2:07 AM, Abhisar Mohapatra < > abhisar.mohapa...@inmobi.com> wrote: > >> >> I am using basic Shiro based authentication inbuilt in

Fwd: Authentication in zeppelin

2016-06-22 Thread Abhisar Mohapatra
I am using basic Shiro based authentication inbuilt in Zeppelin 0.6.0. I have got a certain use case where we have a separate SSO system which once successfully authenticated gives me back a JWT token with user info and groups. Can this info be used to give notebook level read-write access and shar