HBASE-13866 Clarify description of hbase.coprocessor.region.classes
Signed-off-by: Michael Stack <stack@apache.org>
This commit is contained in:
parent
2115d4b50e
commit
92f74d6f1e
|
@ -1105,11 +1105,12 @@ possible configurations would overwhelm and obscure the important.
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.coprocessor.region.classes</name>
|
<name>hbase.coprocessor.region.classes</name>
|
||||||
<value></value>
|
<value></value>
|
||||||
<description>A comma-separated list of Coprocessors that are loaded by
|
<description>A comma-separated list of region observer or endpoint coprocessors
|
||||||
default on all tables. For any override coprocessor method, these classes
|
that are loaded by default on all tables. For any override coprocessor method,
|
||||||
will be called in order. After implementing your own Coprocessor, just put
|
these classes will be called in order. After implementing your own Coprocessor,
|
||||||
it in HBase's classpath and add the fully qualified class name here.
|
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.</description>
|
A coprocessor can also be loaded on demand by setting HTableDescriptor or the
|
||||||
|
HBase shell.</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.rest.port</name>
|
<name>hbase.rest.port</name>
|
||||||
|
|
Loading…
Reference in New Issue