[
https://issues.apache.org/jira/browse/MAPREDUCE-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14374797#comment-14374797
]
Hadoop QA commented on MAPREDUCE-5448:
--------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12706366/MAPREDUCE-5448.patch
against trunk revision 4335429.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:red}-1 javac{color}. The applied patch generated 1157 javac
compiler warnings (more than the trunk's current 1155 warnings).
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5325//testReport/
Javac warnings:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5325//artifact/patchprocess/diffJavacWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5325//console
This message is automatically generated.
> MapFileOutputFormat#getReaders bug with invisible files/folders
> ---------------------------------------------------------------
>
> Key: MAPREDUCE-5448
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5448
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 2.6.0
> Reporter: Maysam Yabandeh
> Assignee: Maysam Yabandeh
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-5448.patch, MAPREDUCE-5448.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> MapReduce jobs also produce some invisible files such as _SUCCESS, even when
> the output format is MapFileOutputFormat. MapFileOutputFormat#getReaders
> however reads the entire content of the job output, assming that they are
> MapFiles.
> {code}
> Path[] names = FileUtil.stat2Paths(fs.listStatus(dir));
> {code}
> It should use a filter to skip the files that start with "." or "_".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)