Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.0, 1.8.0, 2.0.0
-
None
Description
After rename Hive table with partitions, ACLs on the partition paths disappear.
It can be reproducible by:
- Create a table with partitions.
- Rename the table.
- The granted ACLs on the partitions disappear.
Furthermore, in TestHMSPaths.testRenameDiffPaths add the following checking:
String partition2Path = "/user/hive/warehouse/db1.db/table2/part1"; Assert.assertEquals(expectedSet, paths.findAuthzObject(HMSPaths.getPathElements(partition2Path).toArray(new String[0])));
It will evaluate to false, which means after rename, the path of the table partition disappear.
Attachments
Attachments
Issue Links
- blocks
-
SENTRY-872 Uber jira for HMS HA + Sentry HA redesign
- Resolved
- incorporates
-
SENTRY-1664 HMSPaths compares strings using ==
- Resolved
- is related to
-
SENTRY-1713 Enable TestHDFSIntegrationEnd2End.testEnd2End
- Resolved
-
SENTRY-1704 UpdateableAuthzPaths#applyPartialUpdate does not move children path if the authzObjects have the same name.
- Open
- relates to
-
SENTRY-872 Uber jira for HMS HA + Sentry HA redesign
- Resolved
- links to