[
https://issues.apache.org/jira/browse/HADOOP-13643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515943#comment-15515943
]
Hudson commented on HADOOP-13643:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10478 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10478/])
HADOOP-13643. Math error in AbstractContractDistCpTest. Contributed by (stevel:
rev e5ef51e717647328db9f2b80f21fe44b99079d08)
* (edit)
hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/contract/AbstractContractDistCpTest.java
> Math error in AbstractContractDistCpTest
> ----------------------------------------
>
> Key: HADOOP-13643
> URL: https://issues.apache.org/jira/browse/HADOOP-13643
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.8.0
> Reporter: Aaron Fabbri
> Assignee: Aaron Fabbri
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HADOOP-13643.001.patch
>
>
> There is a minor math error in AbstractContractDistCpTest when calculating
> file size:
> {code}
> int fileSizeMb = fileSizeKb * 1024;
> {code}
> This should be division, not multiplication.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]