Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Converting a file will be a 3 step task:
- Make a temporary, erasure-coded copy.
- swapBlockList($src, $tmp) (
HDFS-14989) - delete($tmp)
The API should allow the EC blocks to use the storage policy of the original file through a config parameter.