Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CF17FFEE for ; Fri, 29 Mar 2013 14:54:14 +0000 (UTC) Received: (qmail 38040 invoked by uid 500); 29 Mar 2013 14:54:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37978 invoked by uid 500); 29 Mar 2013 14:54:14 -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 37954 invoked by uid 99); 29 Mar 2013 14:54:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 14:54:13 +0000 Date: Fri, 29 Mar 2013 14:54:13 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8176) Backport HBASE-5335 "Dynamic Schema Configurations" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-8176: ---------------------------------- Release Note: With HBASE-8176("Dynamic Schema Configurations"), we can define table/column family specific configuration by HColumnDescriptor.setValue() or HTableDescriptor.setValue(). We can also do this easily in hbase shell. Change the table-scope by set attribute CONFIG like this: alter 'test', METHOD => 'table_att', CONFIG => {'hbase.hstore.compaction.min' => '5'} Change the column family config by set attribute CONFIG like this: alter 'test', NAME => 'f', CONFIG => {'hbase.hstore.compaction.min' => a'5'} Copied release note to issue. > Backport HBASE-5335 "Dynamic Schema Configurations" > --------------------------------------------------- > > Key: HBASE-8176 > URL: https://issues.apache.org/jira/browse/HBASE-8176 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.94.5 > Reporter: clockfly > Assignee: clockfly > Priority: Minor > Fix For: 0.94.7 > > Attachments: hbase-8176.patch, HBASE-8176.patchv2, hbase-8176-release-notes.patch > > > With HBASE-5335, we can support per-table configuration and per-family configurations. > We can use it to customize the compaction on table/family basis, customize the flush, and etc.. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira