[jira] [Commented] (HBASE-11193) hbase web UI show wrong Catalog Table Description

2014-05-16 Thread Guo Ruijing (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13999540#comment-13999540
 ] 

Guo Ruijing commented on HBASE-11193:
-

/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon:

%javaTableName tableName = systemTable.getTableName();/%java
tda href=table.jsp?name=% tableName %% tableName %/a/td
%if (frags != null)%
td align=center% frags.get(tableName.getNameAsString()) != null ? 
frags.get(tableName.getNameAsString())
.intValue() + % : n/a %/td
/%if
%javaString description = null;
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.; }

/%java
td% description %/td

 we should add tableName.equals(TableName.) for ACL


 hbase web UI show wrong Catalog Table Description
 -

 Key: HBASE-11193
 URL: https://issues.apache.org/jira/browse/HBASE-11193
 Project: HBase
  Issue Type: Bug
  Components: UI
Reporter: Guo Ruijing

 On security cluster, check the hbase master web page and look into 'Catalog 
 Tables' on 'Tables' Section, the Description for 'hbase:acl' table is not 
 expected:
 –
 Table Name Description
 *hbase:acl The .NAMESPACE. table holds information about namespaces.*
 hbase:meta The hbase:meta table holds references to all User Table regions
 hbase:namespace The .NAMESPACE. table holds information about namespaces



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11193) hbase web UI show wrong Catalog Table Description

2014-05-16 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1319#comment-1319
 ] 

Ted Yu commented on HBASE-11193:


Seems to be dup of HBASE-10611

 hbase web UI show wrong Catalog Table Description
 -

 Key: HBASE-11193
 URL: https://issues.apache.org/jira/browse/HBASE-11193
 Project: HBase
  Issue Type: Bug
  Components: UI
Reporter: Guo Ruijing

 On security cluster, check the hbase master web page and look into 'Catalog 
 Tables' on 'Tables' Section, the Description for 'hbase:acl' table is not 
 expected:
 –
 Table Name Description
 *hbase:acl The .NAMESPACE. table holds information about namespaces.*
 hbase:meta The hbase:meta table holds references to all User Table regions
 hbase:namespace The .NAMESPACE. table holds information about namespaces



--
This message was sent by Atlassian JIRA
(v6.2#6252)