45 lines
1.4 KiB
Properties
45 lines
1.4 KiB
Properties
#
|
|
# Copyright 2017 NAVER Corp.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# local
|
|
hbase.client.host=pinpoint-hbase
|
|
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
|
|
|
|
# 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 |