From 01188f0e86a75b45261a7c02dd64b42e813f981a Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Mon, 16 Mar 2015 18:36:28 -0400 Subject: [PATCH] HBASE-13255 Fix grammar in Regions description paragraph --- .../org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 9d219f5..3bc18cb 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 @@ -77,11 +77,11 @@ domains,apache.org,5464829424211263407 is party to the table domains, has an id of 5464829424211263407 and the first key in the region is apache.org. The hbase:meta 'table' is an internal - system table (or 'catalog' tables in db-speak). + system table (or a 'catalog' table in db-speak). 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 region has both an empty start and an empty end key, its the only region in the table. See - HBase Home for further explication.

+ 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.

<%else>

Not serving regions

-- 1.9.5 (Apple Git-50.3)