You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/09/28 00:22:34 UTC

[jira] Commented: (HIVE-1667) Store the group of the owner of the table in metastore

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

Namit Jain commented on HIVE-1667:
----------------------------------

Is it true that the first group is always the primary group (like Unix) ?
If org.apache.hadoop.security.UserGroupInformation guarantees that, your approach seems correct.

One more thing to check is what happens in case of creation of a partition via insert overwrite ?
The temp. folder is moved to the final folder, so you may have to fix there also.

> Store the group of the owner of the table in metastore
> ------------------------------------------------------
>
>                 Key: HIVE-1667
>                 URL: https://issues.apache.org/jira/browse/HIVE-1667
>             Project: Hadoop Hive
>          Issue Type: New Feature
>            Reporter: Namit Jain
>         Attachments: hive-1667.patch
>
>
> Currently, the group of the owner of the table is not stored in the metastore.
> Secondly, if you create a table, the table's owner group is set to the group for the parent. It is not read from the UGI passed in.

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