FW: java.lang.ClassNotFoundException

2016-07-20 Thread Gilad Landau
Hello All, I have another issue with zeppelin 0.6.0... When using %sql interpreter, I manage to get SQL results but not into the basic table data visualization... The data does appear on the pie-chart, scatter-plot etc' but not in the basic table results. Any idea what could cause this behavior

java.lang.ClassNotFoundException

2016-07-20 Thread Hyung Sung Shim
Hi. The problem of showing result basic table issue was fixed on the master. 2016년 7월 20일 수요일, Gilad Landau>님이 작성한 메시지: > Hello All, > > > > I have another issue with zeppelin 0.6.0… > > When using %sql interpreter, I manage to get SQL results but not into the > basic table data visualization… T

Re: integrate authorization

2016-07-20 Thread Hyung Sung Shim
Hi. Unfortunetely There is no way to solve your problem on zeppelin level but it seems like interesting feature so could you create issue for this? 2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지: > Hi, > I have a question. > Can I pass the authorization from one web system to this zeppelin web > system? > I h

Re: integrate authorization

2016-07-20 Thread Corneau Damien
Hi, I know this PR https://github.com/apache/zeppelin/pull/1173 is implementing something a bit similar. Maybe that will give you some leads On Wed, Jul 20, 2016 at 9:18 PM, Hyung Sung Shim wrote: > Hi. > Unfortunetely There is no way to solve your problem on zeppelin level but > it seems like

RE: java.lang.ClassNotFoundException

2016-07-20 Thread Gilad Landau
Hi, I compile zeppelin from the latest version on GIT but please have the issue with the basic table results. Any idea what can be causing this issue? Thanks, Gilad From: astros...@gmail.com [mailto:astros...@gmail.com] On Behalf Of Hyung Sung Shim Sent: Wednesday, July 20, 2016 2:33 PM To: u

Re: java.lang.ClassNotFoundException

2016-07-20 Thread Hyung Sung Shim
Could you share your code of paragraph or screenshot? 2016-07-20 22:39 GMT+09:00 Gilad Landau : > Hi, > > > > I compile zeppelin from the latest version on GIT but please have the > issue with the basic table results. > > Any idea what can be causing this issue? > > Thanks, > > > > Gilad > > > >

Re: java.lang.ClassNotFoundException

2016-07-20 Thread mina lee
Hi Gilad, For your information, I am planning to include table rendering bug fix in 0.6.1 and I will start 0.6.1 vote as soon as spark 2.0 is released. And glad to hear that you solved the ClassNotFoundException issue. Do you mind to share your environment(spark version, hadoop version, if you us

Re: Run zeppelin spark interpreter in kerberos

2016-07-20 Thread Chen Song
Thanks Jeff. I don't see any configurations for keytab and principal in Zeppelin when talking to Livy. I don't see a reason for Zeppelin to do that. Or is it something this patch gonna enforce? Can I just pull the patch and give a try? Chen On Wed, Jul 20, 2016 at 2:05 AM Jeff Zhang wrote: >

Re: Run zeppelin spark interpreter in kerberos

2016-07-20 Thread Jeff Zhang
I think the work is still in progress. But it will be done very soon. On Thu, Jul 21, 2016 at 5:21 AM, Chen Song wrote: > Thanks Jeff. > > I don't see any configurations for keytab and principal in Zeppelin when > talking to Livy. I don't see a reason for Zeppelin to do that. Or is it > somethin

Re: Run zeppelin spark interpreter in kerberos

2016-07-20 Thread Felix Cheung
You could set the Spark config properties for principal to use with Kerberos - it's not end-to-end, but could be a good step: http://spark.apache.org/docs/latest/security.html#yarn-mode On Wed, Jul 20, 2016 at 4:02 PM -0700, "Jeff Zhang" mailto:zjf...@gmail.com>> wrote: I think the work is

Re: integrate authorization

2016-07-20 Thread Khalid Huseynov
Yes, I believe main point of #1173 is to have authentication using remote web server. It can be basically generalized to support what you're talking about. You may review that PR as well for more details. On Wed, Jul 20, 2016 at 10:37 PM, Corneau Dami

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: integrate authorization

2016-07-20 Thread Khalid Huseynov
As i checked once again, you can just implement your own class that extends AuthorizingRealm of Shiro. doGetAuthenticationInfo - for authentication doGetAuthorizationInfo - for authorization you can use https://github.com/apache/zeppelin/pull/1173 as an example Best, Khalid. On Thu, Jul 21, 201