Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 85889 invoked from network); 18 Jun 2007 22:27:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 22:27:49 -0000 Received: (qmail 53945 invoked by uid 500); 18 Jun 2007 22:27:50 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 53912 invoked by uid 500); 18 Jun 2007 22:27: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 53877 invoked by uid 99); 18 Jun 2007 22:27:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 15:27: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; Mon, 18 Jun 2007 15:27:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73A9B7141E2 for ; Mon, 18 Jun 2007 15:27:26 -0700 (PDT) Message-ID: <23716451.1182205646471.JavaMail.jira@brutus> Date: Mon, 18 Jun 2007 15:27:26 -0700 (PDT) From: "Doug Cutting (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 ] Doug Cutting updated HADOOP-1442: --------------------------------- Resolution: Fixed Assignee: Senthil Subramanian (was: Milind Bhandarkar) Status: Resolved (was: Patch Available) I just committed this. Thanks, Senthil! > 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: Senthil Subramanian > 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.