From c7065c4c40e94bcce2035b8ea9813cfc6124a7e0 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 10 Aug 2015 11:11:33 +1000 Subject: [PATCH] HBASE-13924 Description for hbase.dynamic.jars.dir is wrong --- hbase-common/src/main/resources/hbase-default.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 959cf9f541a..3d0a57a8109 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. hbase.dynamic.jars.dir ${hbase.rootdir}/lib - 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.