[
https://issues.apache.org/jira/browse/HBASE-13866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Rodionov updated HBASE-13866:
--------------------------------------
Description:
{quote}
hbase.coprocessor.region.classes
Description
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.
{quote}
This must be more specific: not Coprocessors, but Region observers and
*endpoint coprocessors*.
was:
{quote}
hbase.coprocessor.region.classes
Description
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.
{quote}
This must be more specific: not Coprocessors, but Region observers and *end
point coprocessors*.
> Add endpoint coprocessor to the section hbase.coprocessor.region.classes in
> HBase book
> --------------------------------------------------------------------------------------
>
> Key: HBASE-13866
> URL: https://issues.apache.org/jira/browse/HBASE-13866
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Vladimir Rodionov
> Priority: Trivial
>
> {quote}
> hbase.coprocessor.region.classes
> Description
> 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.
> {quote}
> This must be more specific: not Coprocessors, but Region observers and
> *endpoint coprocessors*.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)