Unable to set/modify TTL on a column family using the shell.
------------------------------------------------------------
Key: HBASE-3410
URL: https://issues.apache.org/jira/browse/HBASE-3410
Project: HBase
Issue Type: Bug
Affects Versions: 0.90.0
Environment: All
Reporter: Mathias Herberts
When attempting to set the TTL parameter on a column family using the HBase
shell, the following error is reported and the parameter is not modified:
hbase(main):042:0> create 't1', {NAME => 'f1', VERSIONS => 1, TTL => 2592000,
BLOCKCACHE => true}
ERROR: uninitialized constant Hbase::Admin::HColumnDescriptor
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.