You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by ch huang <ju...@gmail.com> on 2014/06/16 08:57:52 UTC

can not modify configuration in hbase shell

hi ,mailist:
              i try to modify a column family configuration use alert table
command ,but failed ,why?

hbase(main):005:0> create 'alex_test', {NAME => 'f1', CONFIGURATION =>
{'hbase.hstore.blockingStoreFiles' => '10'}
hbase(main):006:1> }
NameError: uninitialized constant CONFIGURATION

hbase(main):008:0> version
0.94.6-cdh4.4.0, rUnknown, Tue Sep  3 20:09:51 PDT 2013

Re: can not modify configuration in hbase shell

Posted by Dima Spivak <ds...@cloudera.com>.
Dear ch,

This feature was only introduced into HBase starting with version 0.95. The
original JIRA can be found here:
https://issues.apache.org/jira/browse/HBASE-7236

All the best,
   Dima


On Sun, Jun 15, 2014 at 11:57 PM, ch huang <ju...@gmail.com> wrote:

> hi ,mailist:
>               i try to modify a column family configuration use alert table
> command ,but failed ,why?
>
> hbase(main):005:0> create 'alex_test', {NAME => 'f1', CONFIGURATION =>
> {'hbase.hstore.blockingStoreFiles' => '10'}
> hbase(main):006:1> }
> NameError: uninitialized constant CONFIGURATION
>
> hbase(main):008:0> version
> 0.94.6-cdh4.4.0, rUnknown, Tue Sep  3 20:09:51 PDT 2013
>