[
https://issues.apache.org/jira/browse/MAPREDUCE-6373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14591890#comment-14591890
]
Hudson commented on MAPREDUCE-6373:
-----------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #232 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/232/])
MAPREDUCE-6373. The logger reports total input paths but it is referring
(devaraj: rev 1babe50a2cbaae3c8165229347e743d0dc94e979)
* hadoop-mapreduce-project/CHANGES.txt
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/FileInputFormat.java
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/FileInputFormat.java
> The logger reports total input paths but it is referring to input files
> -----------------------------------------------------------------------
>
> Key: MAPREDUCE-6373
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6373
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Andi Chirita Amdocs
> Assignee: Bibin A Chundatt
> Priority: Trivial
> Labels: newbie
> Fix For: 2.8.0
>
> Attachments: 0002-MAPREDUCE-6373.patch, MAPREDUCE-6373.patch
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> The log message in the FileInputFormat is misleading :
> {code}
> 2015-04-24 13:12:30,205 [main] INFO
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat - Total input paths to
> process : 6
> {code}
> There is only 1 input path and 6 input files so the log message should be :
> {code}
> 2015-04-24 13:12:30,205 [main] INFO
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat - Total input files to
> process : 6
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)