Johndee Burks created HIVE-3756: ----------------------------------- Summary: "LOAD DATA" does not honor permission inheritence Key: HIVE-3756 URL: https://issues.apache.org/jira/browse/HIVE-3756 Project: Hive Issue Type: Bug Components: Authorization, Security Affects Versions: 0.9.0 Reporter: Johndee Burks
When a "LOAD DATA" operation is performed the resulting data in hdfs for the table does not maintain permission inheritance. This remains true even with the "hive.warehouse.subdir.inherit.perms" set to true. The issue is easily reproducible by creating a table and loading some data into it. After the load is complete just do a "dfs -ls -R" on the warehouse directory and you will see that the inheritance of permissions worked for the table directory but not for the data. -- 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