HBASE-13918 Fix hbase:namespace description

Signed-off-by: Elliott Clark <eclark@apache.org>
This commit is contained in:
Patrick White 2015-06-16 11:46:32 -07:00 committed by Elliott Clark
parent ce2fd2c58c
commit f469c3bd97
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ AssignmentManager assignmentManager = master.getAssignmentManager();
} else if (tableName.equals(VisibilityConstants.LABELS_TABLE_NAME)){
description = "The hbase:labels table holds information about visibility labels";
} else {
description = "The .NAMESPACE. table holds information about namespaces.";
description = "The hbase:namespace table holds information about namespaces.";
}
</%java>
<td><% description %></td>