From 013b9b7dff6d36a8dbbe409feeb12e24f20571ee Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 10 Sep 2014 07:20:36 +1000 Subject: [PATCH] HBASE-11892 Clean up stale config entries in hbase-default.xml --- hbase-common/src/main/resources/hbase-default.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git hbase-common/src/main/resources/hbase-default.xml hbase-common/src/main/resources/hbase-default.xml index c724c27..1362693 100644 --- hbase-common/src/main/resources/hbase-default.xml +++ hbase-common/src/main/resources/hbase-default.xml @@ -111,10 +111,10 @@ possible configurations would overwhelm and obscure the important. hbase.master.logcleaner.plugins org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner - A comma-separated list of LogCleanerDelegate invoked by + A comma-separated list of BaseLogCleanerDelegate invoked by the LogsCleaner service. These WAL/HLog cleaners are called in order, so put the HLog cleaner that prunes the most HLog files in front. To - implement your own LogCleanerDelegate, just put it in HBase's classpath + implement your own BaseLogCleanerDelegate, just put it in HBase's classpath and add the fully qualified class name here. Always add the above default log cleaners in the list. @@ -127,10 +127,10 @@ possible configurations would overwhelm and obscure the important. hbase.master.hfilecleaner.plugins org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner - A comma-separated list of HFileCleanerDelegate invoked by + A comma-separated list of BaseHFileCleanerDelegate invoked by the HFileCleaner service. These HFiles cleaners are called in order, so put the cleaner that prunes the most files in front. To - implement your own HFileCleanerDelegate, just put it in HBase's classpath + implement your own BaseHFileCleanerDelegate, just put it in HBase's classpath and add the fully qualified class name here. Always add the above default log cleaners in the list as they will be overwritten in hbase-site.xml. @@ -882,12 +882,6 @@ possible configurations would overwhelm and obscure the important. block is finished. - hbase.rpc.server.engine - org.apache.hadoop.hbase.ipc.ProtobufRpcServerEngine - Implementation of org.apache.hadoop.hbase.ipc.RpcServerEngine to be - used for server RPC call marshalling. - - hbase.rpc.timeout 60000 This is for the RPC layer to define how long HBase client applications -- 1.8.5.2 (Apple Git-48)