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 D261A10D77 for ; Wed, 14 Aug 2013 19:01:48 +0000 (UTC) Received: (qmail 71455 invoked by uid 500); 14 Aug 2013 19:01:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71393 invoked by uid 500); 14 Aug 2013 19:01:48 -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 71380 invoked by uid 99); 14 Aug 2013 19:01:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 19:01:48 +0000 Date: Wed, 14 Aug 2013 19:01:48 +0000 (UTC) From: "Vladimir Rodionov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9218) HBase shell does not allow to change/assign custom table-column families attributes 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-9218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov updated HBASE-9218: ------------------------------------- Summary: HBase shell does not allow to change/assign custom table-column families attributes (was: HBase shell does not allow to change/assign custom table-columm families attributes) > HBase shell does not allow to change/assign custom table-column families attributes > ----------------------------------------------------------------------------------- > > Key: HBASE-9218 > URL: https://issues.apache.org/jira/browse/HBASE-9218 > Project: HBase > Issue Type: Bug > Components: shell > Affects Versions: 0.94.6.1 > Reporter: Vladimir Rodionov > > HBase shell. In 0.94.6.1 the attempt to assign/change custom table or CF attribute does not throw any exception but has no affect. The same code works fine in Java API (on HTableDescriptor or HColumnDescriptor) > This is short shell session snippet: > {code} > hbase(main):009:0> disable 'T' > 0 row(s) in 18.0730 seconds > hbase(main):010:0> alter 'T', NAME => 'df', 'FAKE' => '10' > Updating all regions with the new schema... > 5/5 regions updated. > Done. > 0 row(s) in 2.2900 seconds > hbase(main):011:0> enable 'T' > 0 row(s) in 18.7140 seconds > hbase(main):012:0> describe 'T' > DESCRIPTION ENABLED > {NAME => 'TMO_NOV-DIMENSIONS-1249171200000', FAMILIES => [{NAME => 'df', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER = true > > 'NONE', REPLICATION_SCOPE => '0', VERSIONS => '1', COMPRESSION => 'GZ', MIN_VERSIONS => '0', TTL => '2147483647', K > EEP_DELETED_CELLS => 'false', BLOCKSIZE => '65536', IN_MEMORY => 'true', ENCODE_ON_DISK => 'true', BLOCKCACHE => 'tru > e'}]} > {code} > As you can see, the new attribute 'FAKE' has not been added to column family 'cf'. -- 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