Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 789F4DB78 for ; Sun, 8 Jul 2012 15:58:36 +0000 (UTC) Received: (qmail 89128 invoked by uid 500); 8 Jul 2012 15:58:35 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 89015 invoked by uid 500); 8 Jul 2012 15:58:35 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 88865 invoked by uid 99); 8 Jul 2012 15:58:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jul 2012 15:58:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 6343F141887 for ; Sun, 8 Jul 2012 15:58:34 +0000 (UTC) Date: Sun, 8 Jul 2012 15:58:33 +0000 (UTC) From: "William Slacum (JIRA)" To: dev@accumulo.apache.org Message-ID: <1739987550.20123.1341763114408.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (ACCUMULO-391) Multi-table Accumulo input format 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/ACCUMULO-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Slacum updated ACCUMULO-391: ------------------------------------ Attachment: multi-table-if.patch An initial crack at this. I tried to have changes to existing code kept at a minimum, but I did have to: - Make the configuration key strings for InputFormatBase public - should be fine because they're final Strings - Swapped some RecordReader method calls - Made the RangeInputSplit actually use the table parameter passed to its constructor Instead of giving clients a Key/Value pair, this uses a TableKey, which is just a key paired with a table name represented by a Text object. I didn't implement per-table iterators. > Multi-table Accumulo input format > --------------------------------- > > Key: ACCUMULO-391 > URL: https://issues.apache.org/jira/browse/ACCUMULO-391 > Project: Accumulo > Issue Type: New Feature > Affects Versions: 1.4.0 > Reporter: John Vines > Priority: Minor > Attachments: multi-table-if.patch > > > Just realized we had no MR input method which supports multiple Tables for an input format. I would see it making the table the mapper's key and making the Key/Value a tuple, or alternatively have the Table/Key be the key tuple and stick with Values being the value. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira