[
https://issues.apache.org/jira/browse/MAPREDUCE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208824#comment-13208824
]
Ravi Prakash commented on MAPREDUCE-3798:
-----------------------------------------
The single javac warning is because I am using MiniMRCluster which is now
deprecated in MRv2. The test file I migrated had been using MRv1 in which
MiniMRCluster had not been deprecated (hence the increment in warnings I
guess). I tried different things with @SuppressWarnings annotation but wasn't
able to get rid of the one warning.
The core test failure has nothing to do with this patch (I am not changing any
src/main code)
Can someone please commit this in 0.23.1, 0.23 and trunk?
> TestJobCleanup testCustomCleanup is failing
> -------------------------------------------
>
> Key: MAPREDUCE-3798
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3798
> Project: Hadoop Map/Reduce
> Issue Type: Test
> Components: test
> Affects Versions: 0.23.0, 0.23.1
> Reporter: Ravi Prakash
> Assignee: Ravi Prakash
> Labels: test
> Attachments: MAPREDUCE-3798.patch, MAPREDUCE-3798.patch
>
>
> File
> <somepath>/hadoop-mapreduce-project/build/test/data/test-job-cleanup/output-8/_custom_cleanup
> missing for job job_20120203035807432_0009
> junit.framework.AssertionFailedError: File
> <somepath>/hadoop-mapreduce-project/build/test/data/test-job-cleanup/output-8/_custom_cleanup
> missing for job job_20120203035807432_0009
> at
> org.apache.hadoop.mapred.TestJobCleanup.testKilledJob(TestJobCleanup.java:228)
> at
> org.apache.hadoop.mapred.TestJobCleanup.testCustomCleanup(TestJobCleanup.java:302)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
> at junit.extensions.TestSetup.run(TestSetup.java:27)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira