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