You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2012/08/30 01:45:07 UTC

[jira] [Updated] (HBASE-6692) [shell] Cannot describe '.META.' or '-ROOT-' tables

     [ https://issues.apache.org/jira/browse/HBASE-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Kishore updated HBASE-6692:
----------------------------------

    Attachment: HBASE-6692_trunk.patch

Patch for trunk. Check for meta tables before trying to validate user table name.
                
> [shell] Cannot describe '.META.' or '-ROOT-' tables
> ---------------------------------------------------
>
>                 Key: HBASE-6692
>                 URL: https://issues.apache.org/jira/browse/HBASE-6692
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.96.0, 0.94.1
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>             Fix For: 0.96.0
>
>         Attachments: HBASE-6692_trunk.patch
>
>
> This got introduced as a side effect of HBASE-3313. Now it is not possible to describe '.META.' or '\-ROOT\-' tables from HBase shell.
> {noformat}
> hbase(main):002:0> describe '-ROOT-'
> DESCRIPTION                                                                                                                                               ENABLED
> ERROR: java.lang.IllegalArgumentException: Illegal first character <45> at 0. User-space table names can only start with 'word characters': i.e. [a-zA-Z_0-9]: -ROOT-
> Here is some help for this command:
> Describe the named table. For example:
>   hbase> describe 't1'
> {noformat}

--
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