Skip to content

Commit

Permalink
pinpoint-apm#320 change quickstart hbase option
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 29, 2015
1 parent cc6ffd8 commit 42f4249
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
21 changes: 20 additions & 1 deletion quickstart/collector/src/main/resources/hbase.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# example
hbase.client.host=localhost
hbase.client.port=2181
hbase.htable.threads.max=4

# 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
hbase.hTablePoolSize=1024

# tcp listen ip
collector.tcpListenIp=0.0.0.0
collector.tcpListenPort=29994
Expand Down
21 changes: 20 additions & 1 deletion quickstart/web/src/main/resources/hbase.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# example
hbase.client.host=localhost
hbase.client.port=2181
hbase.htable.threads.max=4

# 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

0 comments on commit 42f4249

Please sign in to comment.