HBASE-13924 Description for hbase.dynamic.jars.dir is wrong

This commit is contained in:
Misty Stanley-Jones 2015-08-10 11:11:33 +10:00
parent b29c731a57
commit c7065c4c40
1 changed files with 3 additions and 1 deletions

View File

@ -1385,10 +1385,12 @@ possible configurations would overwhelm and obscure the important.
<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
The directory from which the custom filter 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.
Does not apply to coprocessors.
</description>
</property>
<property>