Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 9481 invoked from network); 25 Feb 2009 20:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 20:49:27 -0000 Received: (qmail 15860 invoked by uid 500); 25 Feb 2009 20:49:27 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 15522 invoked by uid 500); 25 Feb 2009 20:49: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 15433 invoked by uid 99); 25 Feb 2009 20:49:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 12:49:25 -0800 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, 25 Feb 2009 20:49:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E850D234C4A7 for ; Wed, 25 Feb 2009 12:49:01 -0800 (PST) Message-ID: <1809522548.1235594941950.JavaMail.jira@brutus> Date: Wed, 25 Feb 2009 12:49:01 -0800 (PST) From: "Jonathan Gray (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-1183) New MR splitting algorithm and other new features need a way to split a key range in N chunks In-Reply-To: <574840690.1233698879649.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-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-1183: --------------------------------- Fix Version/s: (was: 0.19.1) Fix for 0.20.0 > New MR splitting algorithm and other new features need a way to split a key range in N chunks > --------------------------------------------------------------------------------------------- > > Key: HBASE-1183 > URL: https://issues.apache.org/jira/browse/HBASE-1183 > Project: Hadoop HBase > Issue Type: Improvement > Components: util > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Minor > Fix For: 0.20.0 > > Attachments: hbase-1183-v1.patch, hbase-1183-v2.patch, hbase-1183-v3.patch, hbase-1183-v4.patch > > > For HBASE-1172 and other functionality coming soon, we need to be able to take a [start,stop) range and divide it into chunks. > For example, we have 10 regions but want to run 30 maps. We need to divide each region into three key ranges for the start/stop of each scanner. > Implementing using java.math.BigInteger > Will also include a couple additional helpers in Bytes to make life easy. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.