-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.0
-
Fix Version/s: 2.8.0, 3.0.0-alpha2
-
Component/s: None
-
Labels:None
There is a minor math error in AbstractContractDistCpTest when calculating file size:
int fileSizeMb = fileSizeKb * 1024;
This should be division, not multiplication.
- relates to
-
HADOOP-13145 In DistCp, prevent unnecessary getFileStatus call when not preserving metadata.
-
- Resolved
-