Repository: hbase
Updated Branches:
  refs/heads/branch-2 79d4f6c11 -> 95663f6b1


HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2
Fix a description.


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

Branch: refs/heads/branch-2
Commit: 95663f6b11ba61294231f90f055515af098179fc
Parents: 79d4f6c
Author: Michael Stack <st...@apache.org>
Authored: Fri Dec 22 08:37:39 2017 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Fri Dec 22 08:38:13 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/95663f6b/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 a79ead4..941fb53 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -133,14 +133,14 @@ possible configurations would overwhelm and obscure the 
important.
   <property>
     <name>hbase.master.logcleaner.ttl</name>
     <value>600000</value>
-    <description>How long a WAL remain in the {hbase.rootdir}/oldWALs 
directory,
+    <description>How long a WAL remain in the archive 
({hbase.rootdir}/oldWALs) directory,
     after which it will be cleaned by a Master thread. The value is in 
milliseconds.</description>
   </property>
   <property>
     <name>hbase.master.procedurewalcleaner.ttl</name>
     <value>604800000</value>
     <description>How long a Procedure WAL will remain in the
-    {hbase.rootdir}/MasterProcedureWALs directory, after which it will be 
cleaned
+    archive directory, after which it will be cleaned
     by a Master thread. The value is in milliseconds.</description>
   </property>
   <property>

Reply via email to