Re: Zeppelin and impersonation

2018-12-12 Thread Abhi Basu
Are you pointing to one of the Impala daemon nodes? What do the logs say? On Wed, Dec 12, 2018 at 12:15 PM Fawze Abujaber wrote: > I'm using impala JDBC and not ODBC and it's not working > > On Wed, Dec 12, 2018 at 8:13 PM Abhi Basu <9000r...@gmail.com> wrote: > >> Correct. Using JDBC to

Re: Zeppelin and impersonation

2018-12-12 Thread Fawze Abujaber
I'm using impala JDBC and not ODBC and it's not working On Wed, Dec 12, 2018 at 8:13 PM Abhi Basu <9000r...@gmail.com> wrote: > Correct. Using JDBC to connect to Impala from Zeppelin. > > ODBC is mainly for Windows (I think), all our nodes run Centos7. > > > > On Wed, Dec 12, 2018 at 12:07

Re: Zeppelin and impersonation

2018-12-12 Thread Abhi Basu
Correct. Using JDBC to connect to Impala from Zeppelin. ODBC is mainly for Windows (I think), all our nodes run Centos7. On Wed, Dec 12, 2018 at 12:07 PM Fawze Abujaber wrote: > So you are using hive JDBC and not impala JBC > > > > On Wed, Dec 12, 2018 at 7:47 PM Abhi Basu

Re: Zeppelin and impersonation

2018-12-12 Thread Abhi Basu
This is our Zeppelin - JDBC config for Impala default.url --> jdbc:hive2://:21050/;auth=noSasl default.user --> impala default.driver org.apache.hive.jdbc.HiveDriver Dependencies artifactexclude org.apache.hadoop:hadoop-common:2.6.0 org.apache.hive:hive-jdbc:0.14.0 On Wed, Dec 12, 2018 at 11:18

Re: Zeppelin with impersonation and kerberos

2017-11-24 Thread Keiji Yoshida
-component-guide/content/index.html On Sat, Nov 25, 2017 at 11:14 AM, Jeff Zhang <zjf...@gmail.com> wrote: > > IIRC, spark interpreter of zeppelin doesn't support impersonation in > kerberized cluster. You can use livy interpreter instead which support > this. > > https://

Re: Zeppelin with impersonation and kerberos

2017-11-24 Thread Jeff Zhang
IIRC, spark interpreter of zeppelin doesn't support impersonation in kerberized cluster. You can use livy interpreter instead which support this. https://zeppelin.apache.org/docs/latest/interpreter/livy.html#impersonation <alexander.me...@t-systems.com>于2017年11月25日周六 上午5:56写道: > He

Zeppelin with impersonation and kerberos

2017-11-24 Thread Alexander.Meier
Hello users We have a cloudera cdh cluster where users are running their notebooks/interpreters in impersonated mode (interpreter instantiated per user in isolated process, User Impersonate checked). Most commonly used are the following interpreters: * Spark * Impala (jdbc

Zeppelin Spark Impersonation Issue

2017-05-25 Thread Ankam Venkat
Hello Zeppelin Experts, I am using 0.7.1 version of Zeppelin on a kerberized HDP 2.5 platform. I enabled user impersonation in sh and spark interpretors. Sh interpreter worked after adding below line in zeppelin-env.sh export ZEPPELIN_IMPERSONATE_CMD='sudo -H -u ${ZEPPELIN_IMPERSONATE_USER} bash