2021-01-13 07:58:02 +00:00
|
|
|
hbase.client.host=#PINPOINT_ZOOKEEPER_ADDRESS#
|
2018-05-11 09:30:45 +00:00
|
|
|
hbase.client.port=2181
|
|
|
|
|
|
|
|
# hbase default:/hbase
|
|
|
|
hbase.zookeeper.znode.parent=/hbase
|
|
|
|
|
|
|
|
# hbase namespace to use default:default
|
|
|
|
hbase.namespace=default
|
|
|
|
|
|
|
|
# hbase timeout option==================================================================================
|
|
|
|
# hbase default:true
|
|
|
|
hbase.ipc.client.tcpnodelay=true
|
|
|
|
# hbase default:60000
|
|
|
|
hbase.rpc.timeout=10000
|
|
|
|
# hbase default:Integer.MAX_VALUE
|
|
|
|
hbase.client.operation.timeout=10000
|
2022-07-26 10:17:27 +00:00
|
|
|
# hbase default: 20m
|
|
|
|
hbase.client.meta.operation.timeout=10000
|
2018-05-11 09:30:45 +00:00
|
|
|
|
|
|
|
# hbase socket read timeout. default: 200000
|
|
|
|
hbase.ipc.client.socket.timeout.read=20000
|
|
|
|
# socket write timeout. hbase default: 600000
|
|
|
|
hbase.ipc.client.socket.timeout.write=30000
|
|
|
|
|
|
|
|
#==================================================================================
|
|
|
|
# hbase client thread pool option
|
|
|
|
hbase.client.thread.max=128
|
|
|
|
hbase.client.threadPool.queueSize=5120
|
|
|
|
# prestartAllCoreThreads
|
|
|
|
hbase.client.threadPool.prestart=false
|