Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
Description
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.
Attachments
Attachments
Issue Links
- breaks
-
HIVE-6209 'LOAD DATA INPATH ... OVERWRITE ..' doesn't overwrite current data
- Resolved
- is duplicated by
-
HIVE-3094 new partition files and directories should inherit file permissions from parent partition/table dir
- Resolved
- is part of
-
HIVE-6892 Permission inheritance issues
- Open
- is related to
-
HIVE-3094 new partition files and directories should inherit file permissions from parent partition/table dir
- Resolved