Repository: hbase
Updated Branches:
  refs/heads/master c200bf8f7 -> 22f4def94


HBASE-20210 Note in refguide that RSGroups API is private, not for public 
consumption; shell is only access


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

Branch: refs/heads/master
Commit: 22f4def942f8a3367d0ca6598317e9b9a7d0cfcd
Parents: c200bf8
Author: Michael Stack <st...@apache.org>
Authored: Thu Mar 15 09:59:07 2018 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Thu Mar 15 14:48:09 2018 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/ops_mgt.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/22f4def9/src/main/asciidoc/_chapters/ops_mgt.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc 
b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 22047c6..0f7922a 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -2528,8 +2528,10 @@ full implications and have a sufficient background in 
managing HBase clusters.
 It was developed by Yahoo! and they run it at scale on their large grid 
cluster.
 See 
link:http://www.slideshare.net/HBaseCon/keynote-apache-hbase-at-yahoo-scale[HBase
 at Yahoo! Scale].
 
-RSGroups can be defined and managed with shell commands or corresponding Java
-APIs. A server can be added to a group with hostname and port pair and tables
+RSGroups are defined and managed with shell commands. The shell drives a
+Coprocessor Endpoint whose API is marked private given this is an evolving
+feature; the Coprocessor API is not for public consumption.
+A server can be added to a group with hostname and port pair and tables
 can be moved to this group so that only regionservers in the same rsgroup can
 host the regions of the table. RegionServers and tables can only belong to one
 rsgroup at a time. By default, all tables and regionservers belong to the

Reply via email to