Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 86218 invoked from network); 11 Jun 2008 00:32:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 00:32:40 -0000 Received: (qmail 88241 invoked by uid 500); 11 Jun 2008 00:32:41 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 88204 invoked by uid 500); 11 Jun 2008 00:32:41 -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 88182 invoked by uid 99); 11 Jun 2008 00:32:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 17:32:41 -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, 11 Jun 2008 00:31:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A50F234C145 for ; Tue, 10 Jun 2008 17:31:45 -0700 (PDT) Message-ID: <54978845.1213144305237.JavaMail.jira@brutus> Date: Tue, 10 Jun 2008 17:31:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-42) Set region split size on table creation 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-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604093#action_12604093 ] stack commented on HBASE-42: ---------------------------- One other thought Andrew: You might want to use VersionedWritable instead of adding your own version to HTableDescriptor. > Set region split size on table creation > --------------------------------------- > > Key: HBASE-42 > URL: https://issues.apache.org/jira/browse/HBASE-42 > Project: Hadoop HBase > Issue Type: New Feature > Reporter: Paul Saab > Assignee: Andrew Purtell > Priority: Minor > Attachments: hbase-regionsize-0.2-r664521.patch > > > Right now the region size before a split is determined by a global configuration. It would be nice to configure tables independently of the global parameter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.