Allow HBase shell set HTableDescriptor values
---------------------------------------------

                 Key: HBASE-5370
                 URL: https://issues.apache.org/jira/browse/HBASE-5370
             Project: HBase
          Issue Type: Improvement
            Reporter: Lars Hofhansl
            Priority: Minor


Currently it does not seem to be possible to set value on a table's 
HTableDescriptor (either on creation or afterwards).

The syntax I have in mind is something like:
create {NAME=>'table', 'somekey'=>'somevalue'}, 'column'

In analogy to how we allow a column to either a string ('column') or an 
association {NAME=>'column', ...}

alter would be changed to allow setting arbitrary values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to