From 6d5d49cc3423a28a91b020722eae8771484d0f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B8=96=E5=BD=AC10204932?= Date: Mon, 26 Jun 2017 12:39:18 +0800 Subject: [PATCH] HBASE-18265 Correct the link unuseful in regionServer's region state UI --- .../org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon index 96c3a96..7088f60 100644 --- a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon +++ b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon @@ -78,7 +78,7 @@ The hbase:meta table keeps a list of all regions in the system. The empty key is used to denote table start and table end. A region with an empty start key is the first region in a table. If a region has both an empty start key and an empty end key, it's the only region in the - table. See HBase Home for further explication.

+ table. See HBase Home for further explication.

<%else>

Not serving regions

-- 1.9.1