diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 78e597c..65c274c 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -168,10 +168,10 @@ hbase.regionserver.handler.count - 10 + 100 Count of RPC Listener instances spun up on RegionServers. Same property is used by the Master for count of master handlers. - Default is 10. + Default is 100. @@ -224,13 +224,6 @@ The HLog file writer implementation. - hbase.regionserver.nbreservationblocks - 4 - The number of resevoir blocks of memory release on - OOME so we can cleanup properly before server shutdown. - - - hbase.zookeeper.dns.interface default The name of the Network Interface from which a ZooKeeper server @@ -318,9 +311,9 @@ hbase.regionserver.global.memstore.lowerLimit - 0.35 + 0.38 Maximum size of all memstores in a region server before - flushes are forced. Defaults to 35% of heap. + flushes are forced. Defaults to 38% of heap. This value equal to hbase.regionserver.global.memstore.upperLimit causes the minimum possible flushing to occur when updates are blocked due to memstore limiting. @@ -435,9 +428,9 @@ hbase.hregion.majorcompaction - 86400000 + 604800000 The time (in miliseconds) between 'major' compactions of all - HStoreFiles in a region. Default: 1 day. + HStoreFiles in a region. Default: 7 days. Set to 0 to disable automated major compactions. @@ -479,14 +472,6 @@ - hbase.hash.type - murmur - The hashing algorithm for use in HashFunction. Two values are - supported now: murmur (MurmurHash) and jenkins (JenkinsHash). - Used by bloom filters. - - - hfile.block.index.cacheonwrite false @@ -537,7 +522,6 @@ block is finished. - hbase.rpc.server.engine org.apache.hadoop.hbase.ipc.ProtobufRpcServerEngine @@ -623,7 +607,6 @@ authentication token expires. Only used when HBase security is enabled. - zookeeper.session.timeout 180000 @@ -846,15 +829,6 @@ - dfs.support.append - true - Does HDFS allow appends to files? - This is an hdfs config. set in here so the hdfs client will do append support. - You must ensure that this config. is true serverside too when running hbase - (You will have to restart your cluster after setting it). - - - hbase.thrift.minWorkerThreads 16