Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 34921 invoked from network); 25 Jun 2007 14:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 14:53:48 -0000 Received: (qmail 92284 invoked by uid 500); 25 Jun 2007 14:53:50 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 92261 invoked by uid 500); 25 Jun 2007 14:53: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 92252 invoked by uid 99); 25 Jun 2007 14:53:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 07:53: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, 25 Jun 2007 07:53:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 252F4714187 for ; Mon, 25 Jun 2007 07:53:26 -0700 (PDT) Message-ID: <1941606.1182783206149.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 07:53:26 -0700 (PDT) From: "Enis Soztutar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1515) MultiFileSplit, MultiFileInputFormat In-Reply-To: <25307479.1182431965880.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-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HADOOP-1515: ---------------------------------- Attachment: multiFile_v1.1.patch attaching the patch with the unit test. The test runs in apprx. 30 secs. > MultiFileSplit, MultiFileInputFormat > ------------------------------------ > > Key: HADOOP-1515 > URL: https://issues.apache.org/jira/browse/HADOOP-1515 > Project: Hadoop > Issue Type: New Feature > Components: mapred > Affects Versions: 0.14.0 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.14.0 > > Attachments: multiFile_v1.0.patch, multiFile_v1.1.patch > > > An {{InputSplit}} and {{InputFormat}} implementation for jobs that require to read records from many files. The input is partitioned by files. This can be used for example to implement {{RecordReader}}s which read one record from a file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.