HBASE-13918 Fix hbase:namespace description
Signed-off-by: Elliott Clark <eclark@apache.org>
This commit is contained in:
parent
7f6f199cf7
commit
d9827b3fb3
|
@ -371,7 +371,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>
|
||||
|
|
Loading…
Reference in New Issue