diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index c724c27cbf9..1362693572e 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/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. @@ -881,12 +881,6 @@ possible configurations would overwhelm and obscure the important. Whether an HFile block should be added to the block cache when the 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