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.

What would the audit record on Zeppelin users actions when using Hive?

avatar
Super Guru

Assume using Zeppelin to execute Hive queries. See:  https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_zeppelin-component-guide/content/config-hive-access.html

Would the auditing capture the actions as the actual Zeppelin user or as the single hive user defined for the Zeppelin connection that is shared among many Zeppelin users?

1 ACCEPTED SOLUTION

avatar
Super Guru

@Constantin Stanca

Zeppelin in HDP 2.6 supports user impersonation. When properly configured, the audit logs should capture the actual end-user submitting the hive queries.

View solution in original post

2 REPLIES 2

avatar
Super Guru

@Constantin Stanca

Zeppelin in HDP 2.6 supports user impersonation. When properly configured, the audit logs should capture the actual end-user submitting the hive queries.

avatar
Super Guru

Thanks. Setting doAs=true should do the trick.