Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 20494 invoked from network); 3 Sep 2008 04:32:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 04:32:13 -0000 Received: (qmail 71601 invoked by uid 500); 3 Sep 2008 04:32:03 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 71570 invoked by uid 500); 3 Sep 2008 04:32:03 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 71559 invoked by uid 99); 3 Sep 2008 04:32:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 21:32:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 04:31:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4309B234C1C3 for ; Tue, 2 Sep 2008 21:31:44 -0700 (PDT) Message-ID: <356788591.1220416304259.JavaMail.jira@brutus> Date: Tue, 2 Sep 2008 21:31:44 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-4057) MultipleFileInputFormat should support a sub InputFormat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org MultipleFileInputFormat should support a sub InputFormat -------------------------------------------------------- Key: HADOOP-4057 URL: https://issues.apache.org/jira/browse/HADOOP-4057 Project: Hadoop Core Issue Type: Improvement Components: mapred Reporter: Owen O'Malley Currently, to use MultipleFileInputFormat you need to create a subclass, but it seems pretty easy to modify it to use a sub InputFormat and put the results together into bigger splits. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.