Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D20986DFE for ; Thu, 16 Jun 2011 11:30:08 +0000 (UTC) Received: (qmail 52342 invoked by uid 500); 16 Jun 2011 11:30:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52310 invoked by uid 500); 16 Jun 2011 11:30:08 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 52301 invoked by uid 99); 16 Jun 2011 11:30:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 11:30:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 11:30:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6E4B41BE12 for ; Thu, 16 Jun 2011 11:29:47 +0000 (UTC) Date: Thu, 16 Jun 2011 11:29:47 +0000 (UTC) From: "Eran Kutner (JIRA)" To: issues@hbase.apache.org Message-ID: <1259570112.10657.1308223787680.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1037250345.10636.1308223427899.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-3996) Support multiple tables and scanners as input to the mapper in map/reduce jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eran Kutner updated HBASE-3996: ------------------------------- Attachment: TableMapReduceUtil.java > Support multiple tables and scanners as input to the mapper in map/reduce jobs > ------------------------------------------------------------------------------ > > Key: HBASE-3996 > URL: https://issues.apache.org/jira/browse/HBASE-3996 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Reporter: Eran Kutner > Fix For: 0.90.4 > > Attachments: MultiTableInputCollection.java, MultiTableInputFormat.java, MultiTableInputFormatBase.java, TableMapReduceUtil.java, TableSplit.java > > > It seems that in many cases feeding data from multiple tables or multiple scanners on a single table can save a lot of time when running map/reduce jobs. > I propose a new MultiTableInputFormat class that would allow doing this. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira