-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha-1, 2.2.0, 2.0.3, 2.1.2
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
If the rs bulk load a HFile but has no write permission of it, we can read & compact the hfile, but after the compaction finished, the HFile willl be moved to archive directory, the HFileCleaner won't has permission to delete, then the HFile will always be keep in HDFS.
Need check the file's write permission when run bulkLoadHFile at server side, if no write permission, then reject.
- links to