Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
None
Description
There is a minor math error in AbstractContractDistCpTest when calculating file size:
int fileSizeMb = fileSizeKb * 1024;
This should be division, not multiplication.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-13145 In DistCp, prevent unnecessary getFileStatus call when not preserving metadata.
- Resolved