mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-27 05:36:39 +10:00
22 lines
764 B
Properties
22 lines
764 B
Properties
hbase.client.host=HBASE_HOST
|
|
hbase.client.port=HBASE_PORT
|
|
|
|
# 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
|
|
|
|
# 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=60000
|
|
|
|
# ==================================================================================
|
|
# hbase client thread pool option
|
|
hbase.client.thread.max=128
|
|
hbase.client.threadPool.queueSize=5120
|
|
# prestartAllCoreThreads
|
|
hbase.client.threadPool.prestart=false |