Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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?