Repository: hbase
Updated Branches:
  refs/heads/master 2759fd0cd -> 01188f0e8


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/01188f0e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/01188f0e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/01188f0e

Branch: refs/heads/master
Commit: 01188f0e86a75b45261a7c02dd64b42e813f981a
Parents: 2759fd0
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:15 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/01188f0e/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 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 @@
     <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>

Reply via email to