Repository: hbase Updated Branches: refs/heads/branch-1.1 3d1bb8ffb -> d7c7bf30c
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/d7c7bf30 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d7c7bf30 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d7c7bf30 Branch: refs/heads/branch-1.1 Commit: d7c7bf30cf16519f12a0616c93a25f292ebad79d Parents: 3d1bb8f 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:52 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/d7c7bf30/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>
