Zeppelin 0.7.2 integration with Presto 0.184

2017-10-31 Thread Richard Xin
I am not sureĀ Zeppelin 0.7.2 is compatible with Presto 0.184here are the steps: 1. create new presto interpreterĀ  2. %presto show tables java.sql.SQLException: Unrecognized connection property 'url' at com.facebook.presto.jdbc.PrestoDriverUri.validateConnectionProperties(PrestoDriverUri.java:292)

Re: OpenAM LDAP integration with Zeppelin

2017-10-31 Thread Suresh Ayyavoo
How to map groups in LDAP & Shiro? Thanks On Sun, Oct 29, 2017 at 8:13 PM, Jongyoul Lee wrote: > Hi, > > I'm not an expert of LDAP and Shiro, AFAIK, currently, Shiro doesn't > support group-related things on LDAP. > > I knew a reference to use LDAP in Zeppelin by setting all groups manually. >

Re: OpenAM LDAP integration with Zeppelin

2017-10-31 Thread Suresh Ayyavoo
ldapRealm = org.apache.zeppelin.realm.LdapRealm On Mon, Oct 30, 2017 at 12:34 PM, Khalid Huseynov wrote: > Hi, > > Which shiro realm did you use for integration? have you tried > LdapGroupReal or ActiveDirectoryGroupReal? > > > > On Sun, Oct 29, 2017 at 9:13 PM, Jongyoul Lee wrote: > >> Hi, >>