You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Misty Stanley-Jones (JIRA)" <ji...@apache.org> on 2015/08/10 00:29:46 UTC

[jira] [Updated] (HBASE-13924) Description for hbase.dynamic.jars.dir is wrong

     [ https://issues.apache.org/jira/browse/HBASE-13924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Misty Stanley-Jones updated HBASE-13924:
----------------------------------------
    Attachment: HBASE-13924.patch

> Description for hbase.dynamic.jars.dir is wrong
> -----------------------------------------------
>
>                 Key: HBASE-13924
>                 URL: https://issues.apache.org/jira/browse/HBASE-13924
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.1.0.1
>            Reporter: Lars George
>            Assignee: Misty Stanley-Jones
>              Labels: beginner
>             Fix For: 2.0.0, 1.3.0
>
>         Attachments: HBASE-13924.patch
>
>
> The description in the following is wrong:
> {noformat}
>   <property>
>     <name>hbase.dynamic.jars.dir</name>
>     <value>${hbase.rootdir}/lib</value>
>     <description>
>       The directory from which the custom filter/co-processor jars can be loaded
>       dynamically by the region server without the need to restart. However,
>       an already loaded filter/co-processor class would not be un-loaded. See
>       HBASE-1936 for more details.
>     </description>
>   </property>
> {noformat}
> The {{DynamicClassLoader}} is *not* used for coprocessors, but only for filters, comparators, and exceptions. Fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)