[ 
https://issues.apache.org/jira/browse/HIVE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765939#action_12765939
 ] 

Zheng Shao commented on HIVE-880:
---------------------------------

A better way would be:

when Hive session starts, we should call:
{code}
class UnixUserGroupInformation:
  public static UnixUserGroupInformation login(Configuration conf, boolean 
save=true);
{code}

to save the ugi to HiveConf.

Then users are free to change ugi using "set" command if they want.

Hooks will get ugi from HiveConf just as the main query.


If we want to keep the Hooks interface, we can get the ugi from hiveconf when 
we call the hooks.


> user group information not populated for pre and post hook
> ----------------------------------------------------------
>
>                 Key: HIVE-880
>                 URL: https://issues.apache.org/jira/browse/HIVE-880
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.880.1.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to