Description
With HBASE-10902 we lost the setPermission() on the hfiles that we are moving, resulting in a Permission denied when we try to remove the file
Permission denied: user=hbase, access=WRITE, inode="/hbase/.../3de9fdb2a99e4ef9937b4622317d10e0_SeqId_2_":testuser:hadoop:-rwxr-xr-x
for(Pair<byte[], String> el: familyPaths) { - Path p = new Path(el.getSecond()); - LOG.trace("Setting permission for: " + p); - fs.setPermission(p, PERM_ALL_ACCESS);
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-10902 Make Secure Bulk Load work across remote secure clusters
- Closed