Thiruvel Thirumoolan created HIVE-5214:
------------------------------------------

             Summary: Dynamic partitions don't inherit groupname from table's 
directory
                 Key: HIVE-5214
                 URL: https://issues.apache.org/jira/browse/HIVE-5214
             Project: Hive
          Issue Type: Bug
          Components: Authorization, Security
    Affects Versions: 0.12.0
            Reporter: Thiruvel Thirumoolan


When dynamic partitions are created, the files/partitions don't inherit the 
group name.

The query (say, insert overwrite table select *) uses the scratch directory for 
creating the temporary data. The temporary data's perm/group is inherited from 
scratch directory. Finally, the MoveTask does a rename of the temporary dir to 
be the target partition directory and an explicit group/perm change does not 
happen.

HIVE-3756 fixed it for Load data, dynamic partitions has to be handled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to