Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 2731 invoked from network); 14 Jun 2007 21:38:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 21:38:49 -0000 Received: (qmail 41580 invoked by uid 500); 14 Jun 2007 21:38:52 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 41103 invoked by uid 500); 14 Jun 2007 21:38:50 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 41084 invoked by uid 99); 14 Jun 2007 21:38:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 14:38:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 14:38:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B0557141AA for ; Thu, 14 Jun 2007 14:38:26 -0700 (PDT) Message-ID: <33262363.1181857106239.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 14:38:26 -0700 (PDT) From: "Senthil Subramanian (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1442) Zero-byte input files are not included in InputSplit In-Reply-To: <447053.1180482255611.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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 > 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.