Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 6137 invoked from network); 21 Jan 2011 05:42:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jan 2011 05:42:11 -0000 Received: (qmail 9347 invoked by uid 500); 21 Jan 2011 05:42:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9238 invoked by uid 500); 21 Jan 2011 05:42: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 9229 invoked by uid 99); 21 Jan 2011 05:42:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 05:42:07 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jan 2011 05:42:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0L5fiJV005136 for ; Fri, 21 Jan 2011 05:41:44 GMT Message-ID: <8954375.98931295588504007.JavaMail.jira@thor> Date: Fri, 21 Jan 2011 00:41:44 -0500 (EST) From: "Nicolas Spiegelberg (JIRA)" To: issues@hbase.apache.org Subject: [jira] Resolved: (HBASE-3448) RegionSplitter : Utility class for manual region splitting In-Reply-To: <27877955.8601295247463570.JavaMail.jira@thor> 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-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Spiegelberg resolved HBASE-3448. ---------------------------------------- Resolution: Fixed > RegionSplitter : Utility class for manual region splitting > ---------------------------------------------------------- > > Key: HBASE-3448 > URL: https://issues.apache.org/jira/browse/HBASE-3448 > Project: HBase > Issue Type: New Feature > Components: client, scripts, util > Reporter: Nicolas Spiegelberg > Assignee: Nicolas Spiegelberg > Priority: Minor > Fix For: 0.90.1 > > Attachments: HBASE-3448.patch > > > For certain use cases, there are a number of advantages to manually splitting regions instead of having the HBase split code determine this for you automatically. There are currently some API additions to HBaseAdmin and HTable that allow you to manually split on a small scale. This JIRA is about importing a RegionSplitter utility program to help pre-split and perform rolling splits on a live table when needed. Will also add documentation to answer common questions about why you would pre-split. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.