Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
Impala 2.2.4
-
None
-
None
Description
While using the insert_inherit_permissions option, Impala only applies the cached permissions to newly created folders. This is problematic when using insert overwrite, since even though new folders are created by Impala, the partitions which were already present are not treated as new and get default permissions.
https://github.com/cloudera/Impala/blob/a36dcfc0322e213c06d6cf8d3f330c4b06739523/be/src/runtime/coordinator.cc#L912-L929
https://github.com/cloudera/Impala/blob/a36dcfc0322e213c06d6cf8d3f330c4b06739523/be/src/runtime/coordinator.cc#L736-L744
Attachments
Issue Links
- duplicates
-
IMPALA-3297 --insert_inherit_permissions option has no effect on INSERT OVERWRITE
-
- Open
-