Repository: hbase Updated Branches: refs/heads/branch-1 9e1cea17d -> 16443da51
HBASE-13255 Fix grammar in Regions description paragraph Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/16443da5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/16443da5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/16443da5 Branch: refs/heads/branch-1 Commit: 16443da51afa2f0ee9797017cfce6d6501c484f8 Parents: 9e1cea1 Author: Josh Elser <[email protected]> Authored: Mon Mar 16 18:36:28 2015 -0400 Committer: Nick Dimiduk <[email protected]> Committed: Mon Apr 27 15:51:43 2015 -0700 ---------------------------------------------------------------------- .../apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/16443da5/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon ---------------------------------------------------------------------- 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 ebc1625..bc05c06 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 @@ <em>domains,apache.org,5464829424211263407</em> is party to the table <em>domains</em>, has an id of <em>5464829424211263407</em> and the first key in the region is <em>apache.org</em>. The <em>hbase:meta</em> '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 - <a href="http://hbase.org">HBase Home</a> for further explication.<p> + If a region has both an empty start key and an empty end key, it's the only region in the + table. See <a href="http://hbase.org">HBase Home</a> for further explication.<p> <%else> <p>Not serving regions</p> </%if>
