You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ec...@apache.org on 2015/06/16 21:40:41 UTC

hbase git commit: HBASE-13918 Fix hbase:namespace description

Repository: hbase
Updated Branches:
  refs/heads/branch-1 7f6f199cf -> d9827b3fb


HBASE-13918 Fix hbase:namespace description

Signed-off-by: Elliott Clark <ec...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d9827b3f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d9827b3f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d9827b3f

Branch: refs/heads/branch-1
Commit: d9827b3fb35aeea014262b43eed1daf357212e5b
Parents: 7f6f199
Author: Patrick White <pw...@fb.com>
Authored: Tue Jun 16 11:46:32 2015 -0700
Committer: Elliott Clark <ec...@apache.org>
Committed: Tue Jun 16 12:40:32 2015 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d9827b3f/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
index e8ca96b..6e40c73 100644
--- a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
+++ b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon
@@ -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>