You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2015/06/17 14:59:01 UTC

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

Lars George created HBASE-13924:
-----------------------------------

             Summary: 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
             Fix For: 2.0.0, 1.2.0


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)