From 92f74d6f1ed23c7525742f9c81a44594b8d8b8e6 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 18 Dec 2015 12:57:32 -0800 Subject: [PATCH] HBASE-13866 Clarify description of hbase.coprocessor.region.classes Signed-off-by: Michael Stack --- hbase-common/src/main/resources/hbase-default.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index b10effd41cd..27a833f87a1 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -1105,11 +1105,12 @@ possible configurations would overwhelm and obscure the important. hbase.coprocessor.region.classes - A comma-separated list of Coprocessors that are loaded by - default on all tables. For any override coprocessor method, these classes - will be called in order. After implementing your own Coprocessor, just put - it in HBase's classpath and add the fully qualified class name here. - A coprocessor can also be loaded on demand by setting HTableDescriptor. + A comma-separated list of region observer or endpoint coprocessors + that are loaded by default on all tables. For any override coprocessor method, + these classes will be called in order. After implementing your own Coprocessor, + add it to HBase's classpath and add the fully qualified class name here. + A coprocessor can also be loaded on demand by setting HTableDescriptor or the + HBase shell. hbase.rest.port