Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 69285 invoked from network); 23 Apr 2008 18:14:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 18:14:46 -0000 Received: (qmail 68646 invoked by uid 500); 23 Apr 2008 18:14:47 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 68558 invoked by uid 500); 23 Apr 2008 18:14:47 -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 68547 invoked by uid 99); 23 Apr 2008 18:14:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 11:14:47 -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, 23 Apr 2008 18:14:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6356C234C0FC for ; Wed, 23 Apr 2008 11:11:21 -0700 (PDT) Message-ID: <117645982.1208974281405.JavaMail.jira@brutus> Date: Wed, 23 Apr 2008 11:11:21 -0700 (PDT) From: "David Alves (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-581) Allow adding filters to TableInputFormat (At same time, ensure TIF and TOF are subclassable) In-Reply-To: <1246743980.1208275744877.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/HBASE-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591714#action_12591714 ] David Alves commented on HBASE-581: ----------------------------------- Yes I'm talking about TRUNK, as I have 10 regions (for a given table) they always return 10 maps wich completely kills my setup, maybe your boxes are better. Anyhow and before I submit the extension/row filter patch I'm just finishing up the patch that solves the splits question . the getSplits() method will return splits equal to the lesser of numSplits/startKeys.lenght and will divide the splits in the most even groups possible making the first splits bigger in the case they are uneven. > Allow adding filters to TableInputFormat (At same time, ensure TIF and TOF are subclassable) > -------------------------------------------------------------------------------------------- > > Key: HBASE-581 > URL: https://issues.apache.org/jira/browse/HBASE-581 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: stack > Priority: Critical > Fix For: 0.2.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.