[
https://issues.apache.org/jira/browse/HADOOP-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617881#action_12617881
]
Tsz Wo (Nicholas), SZE commented on HADOOP-3836:
------------------------------------------------
I tried the patch. The test still fails.
The problem is that there is a typo in line 180 (after the patch).
"reader.close()" should be "seqReader.close()". It works fine after fixed the
typo.
Also, the "@SuppressWarnings({"unchecked"})" before _testMultipleOutputs(...)
is not needed.
> TestMultipleOutputs will fail if it is ran more than one times
> --------------------------------------------------------------
>
> Key: HADOOP-3836
> URL: https://issues.apache.org/jira/browse/HADOOP-3836
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred, test
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Alejandro Abdelnur
> Attachments: patch3836.txt
>
>
> TestMultipleOutputs will success after "ant clean" but it will fail if
> running it more than one times.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.