Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Does HS2 integration with AD impact zeppelin configuration?

avatar
New Member

Hi,

Here is the issue:

Before AD integration on HS2:

Users authentication via zeppelin login is successful and users are able to execute notebook via %jdbc(hive) interpreter.

After AD integration on HS2:

Users authentication via zeppelin login is successful but users are not able to execute hive queries via %jdbc(hive) interpreter

Please refer to the below issue raised by me on the same.

https://community.hortonworks.com/questions/227457/zeppelin-jdbc-interpreter-issue-when-hs2-is-integ...

Your input is very helpful.

1 ACCEPTED SOLUTION

avatar

@Sriram have you tried configuring as per:

https://community.hortonworks.com/articles/113228/how-to-enable-user-impersonation-for-jdbc-interpre...

Please test the above and let me know if that works for you.

HTH

View solution in original post

3 REPLIES 3

avatar

@Sriram have you tried configuring as per:

https://community.hortonworks.com/articles/113228/how-to-enable-user-impersonation-for-jdbc-interpre...

Please test the above and let me know if that works for you.

HTH

avatar
New Member

Thanks @Felix Albani ..it worked.. I mis-configured the interpreter settings.

avatar
New Member

@Felix Albani...Does every user has to update credentials step as mentioned in the documentation?