You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/02/26 06:53:19 UTC

[jira] [Commented] (HBASE-10611) Description for hbase:acl table is wrong on master-status#catalogTables

    [ https://issues.apache.org/jira/browse/HBASE-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912549#comment-13912549 ] 

Anoop Sam John commented on HBASE-10611:
----------------------------------------

bq.The above check doesn't cover hbase:acl table.
Yes. Visibility labels table too.


> Description for hbase:acl table is wrong on master-status#catalogTables
> -----------------------------------------------------------------------
>
>                 Key: HBASE-10611
>                 URL: https://issues.apache.org/jira/browse/HBASE-10611
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> On master-status#catalogTables, I see:
> hbase:acl 	The .NAMESPACE. table holds information about namespaces.
> In MasterStatusTmpl.jamon, we have:
> {code}
>         if (tableName.equals(TableName.META_TABLE_NAME)){
>             description = "The hbase:meta table holds references to all User Table regions";
>         } else {
>             description = "The .NAMESPACE. table holds information about namespaces.";
>         }
> {code}
> The above check doesn't cover hbase:acl table.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)