Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 12509 invoked from network); 11 Sep 2009 16:29:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 16:29:25 -0000 Received: (qmail 60619 invoked by uid 500); 11 Sep 2009 16:29:25 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 60587 invoked by uid 500); 11 Sep 2009 16:29:25 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 60577 invoked by uid 99); 11 Sep 2009 16:29:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 16:29:25 +0000 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; Fri, 11 Sep 2009 16:29:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C3AA234C4B4 for ; Fri, 11 Sep 2009 09:29:03 -0700 (PDT) Message-ID: <1857135930.1252686543179.JavaMail.jira@brutus> Date: Fri, 11 Sep 2009 09:29:03 -0700 (PDT) From: "Lars George (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1829) Make use of start/stop row in TableInputFormat In-Reply-To: <1964622033.1252686418721.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars George updated HBASE-1829: ------------------------------- Attachment: HBASE-1829.patch HBASE-1829.patch implements the split filtering by start and stop row. Not sure yet about the stopRow being empty in a compare. I will test this later and fix accordingly. > Make use of start/stop row in TableInputFormat > ---------------------------------------------- > > Key: HBASE-1829 > URL: https://issues.apache.org/jira/browse/HBASE-1829 > Project: Hadoop HBase > Issue Type: Improvement > Components: mapred > Affects Versions: 0.20.0 > Reporter: Lars George > Assignee: Lars George > Priority: Minor > Fix For: 0.20.1 > > Attachments: HBASE-1829.patch > > > Since we can now specify a start and stop row with the Scan that is handed to the TIF we can reduce the splits to the regions that contain these rows. That allows to test large MR jobs on a single region for example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.