Description
Any reason not to just go ahead and change hbase-default.xml to include:
<property> <name>hbase.regionserver.handler.count</name> <value>100</value> </property> <property> <name>hbase.zookeeper.property.maxClientCnxns</name> <value>100</value> </property>
?
The current default for both, 10, is anemic.