You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Milind Bhandarkar (JIRA)" <ji...@apache.org> on 2007/06/01 22:45:16 UTC

[jira] Assigned: (HADOOP-1442) Zero-byte input files are not included in InputSplit

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

Milind Bhandarkar reassigned HADOOP-1442:
-----------------------------------------

    Assignee: Milind Bhandarkar

> Zero-byte input files are not included in InputSplit
> ----------------------------------------------------
>
>                 Key: HADOOP-1442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.12.3
>         Environment: ALL
>            Reporter: Milind Bhandarkar
>            Assignee: Milind Bhandarkar
>             Fix For: 0.14.0
>
>
> The default FileInputFormat::getSplits method does not include zero-byte input files in FileSplit[]. Applications that assume the minimum number of maps to be at least number of input files can get bitten by this, as well as  applications that use -reducer NONE to produce number of partitions that are equal to input partitions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.