You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/12/19 15:47:26 UTC

hbase git commit: HBASE-18677 typo in namespace docs

Repository: hbase
Updated Branches:
  refs/heads/branch-2 79635a841 -> 83906b450


HBASE-18677 typo in namespace docs

Signed-off-by: Michael Stack <st...@apache.org>
Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/83906b45
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/83906b45
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/83906b45

Branch: refs/heads/branch-2
Commit: 83906b4505a7b3efa249caf5d689927c4a83a9a0
Parents: 79635a8
Author: Chun-Hao Tang <ta...@gmail.com>
Authored: Mon Aug 28 05:56:25 2017 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Tue Dec 19 23:47:09 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/datamodel.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/83906b45/src/main/asciidoc/_chapters/datamodel.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/datamodel.adoc b/src/main/asciidoc/_chapters/datamodel.adoc
index 5a6ba74..3674566 100644
--- a/src/main/asciidoc/_chapters/datamodel.adoc
+++ b/src/main/asciidoc/_chapters/datamodel.adoc
@@ -173,7 +173,7 @@ This abstraction lays the groundwork for upcoming multi-tenancy related features
 
 * Quota Management (link:https://issues.apache.org/jira/browse/HBASE-8410[HBASE-8410]) - Restrict the amount of resources (i.e. regions, tables) a namespace can consume.
 * Namespace Security Administration (link:https://issues.apache.org/jira/browse/HBASE-9206[HBASE-9206]) - Provide another level of security administration for tenants.
-* Region server groups (link:https://issues.apache.org/jira/browse/HBASE-6721[HBASE-6721]) - A namespace/table can be pinned onto a subset of RegionServers thus guaranteeing a course level of isolation.
+* Region server groups (link:https://issues.apache.org/jira/browse/HBASE-6721[HBASE-6721]) - A namespace/table can be pinned onto a subset of RegionServers thus guaranteeing a coarse level of isolation.
 
 [[namespace_creation]]
 === Namespace management