[ https://issues.apache.org/jira/browse/HADOOP-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Senthil Subramanian updated HADOOP-1442: ---------------------------------------- Attachment: HADOOP-1442_1.patch FileInputFormat changes to address the bug and Unit test changes to test this case. > 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 > > Attachments: HADOOP-1442_1.patch > > > 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.