You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/08/10 06:08:24 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/master b29c731a5 -> c7065c4c4


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c7065c4c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c7065c4c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c7065c4c

Branch: refs/heads/master
Commit: c7065c4c40e94bcce2035b8ea9813cfc6124a7e0
Parents: b29c731
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Mon Aug 10 11:11:33 2015 +1000
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Mon Aug 10 14:08:15 2015 +1000

----------------------------------------------------------------------
 hbase-common/src/main/resources/hbase-default.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c7065c4c/hbase-common/src/main/resources/hbase-default.xml
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index 959cf9f..3d0a57a 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -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>