Thejas M Nair created PIG-4486: ---------------------------------- Summary: set Tez ACLs appropriately in hive Key: PIG-4486 URL: https://issues.apache.org/jira/browse/PIG-4486 Project: Pig Issue Type: Bug Reporter: Thejas M Nair
Hive should make the necessary changes to integrate with Tez and Timeline. It should pass the necessary ACL related params to ensure that query execution + logs is only visible to the relevant users. Proposed Changes - Set session level tez ACL for a super user, to allow modify + view Set DAG level ACL for user running the query (the end user), to allow modify + view Determining the super user - Super user can be configured using using hive.tez.admin.user. This can be initialized by Authorization implementation (such as sql standard authorization) if it is not already set to a specific value. SQL standard authorization would initialize if it is unset to the sql standard admin user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)