hbase 常用参数总结

1、hbase.hstore.flusher.count  
默认值:1
用于启动flusher的实例,flush memstore
2、hbase.hregion.max.filesize
默认值:
region的大小,超过该值,region将会split
3、hbase.hregion.memstore.flush.size
原文地址:https://www.cnblogs.com/yjt1993/p/12572403.html