profiles.release.hbase.properties Maven / Gradle / Ivy
The newest version!
hbase.client.host=${pinpoint.zookeeper.address}
hbase.client.port=2181
# hbase default:/hbase
hbase.client.znode=/hbase
# hbase namespace to use default:default
hbase.namespace=default
# ==================================================================================
# hbase client thread pool option
hbase.client.executor.corePoolSize=64
hbase.client.executor.maxPoolSize=64
hbase.client.executor.queueCapacity=5120
# warmup hbase connection cache
hbase.client.warmup.enable=true
# enable hbase async operation. default: false
hbase.client.async.enable=true