You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/05/27 09:55:20 UTC

[jira] [Updated] (MAPREDUCE-6373) The logger reports total input paths but it is referring to input files

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brahma Reddy Battula updated MAPREDUCE-6373:
--------------------------------------------
    Labels: newbie  (was: )

> 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
>            Priority: Trivial
>              Labels: newbie
>   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)