[
https://issues.apache.org/jira/browse/MAPREDUCE-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902944#action_12902944
]
Hairong Kuang commented on MAPREDUCE-1981:
------------------------------------------
Since Hudson does not work, I ran tests locally.
Ant test-patch passed.
Ant test showed failed tests:
[junit] Test org.apache.hadoop.mapred.TestMiniMRChildTask FAILED
[junit] Test org.apache.hadoop.mapred.TestMultiFileInputFormat FAILED
(timeout)
[junit] Test org.apache.hadoop.mapred.TestTaskLauncher FAILED
[junit] Test org.apache.hadoop.mapred.TestTaskTrackerLocalization FAILED
[junit] Test
org.apache.hadoop.mapreduce.filecache.TestTrackerDistributedCacheManager FAILED
[junit] Test org.apache.hadoop.mapreduce.lib.output.TestJobOutputCommitter
FAILED
I saw the last four failed on trunk. Anybody has an idea if TestMiniMRChildTask
and TestMultiFileInputFormat also sometimes fail in trunk?
> Improve getSplits performance by using listFiles, the new FileSystem API
> ------------------------------------------------------------------------
>
> Key: MAPREDUCE-1981
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1981
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: job submission
> Reporter: Hairong Kuang
> Assignee: Hairong Kuang
> Fix For: 0.22.0
>
> Attachments: mapredListFiles.patch, mapredListFiles1.patch,
> mapredListFiles2.patch, mapredListFiles3.patch, mapredListFiles4.patch,
> mapredListFiles5.patch
>
>
> This jira will make FileInputFormat and CombinedFileInputForm to use the new
> API, thus reducing the number of RPCs to HDFS NameNode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.