当前位置:网站首页>解决DBeaver SQL Client 连接phoenix查询超时
解决DBeaver SQL Client 连接phoenix查询超时
2022-07-25 15:10:00 【南风知我意丿】
1.

2.

添加这3个属性即可
hbase.rpc.timeout
hbase.client.scanner.timeout.period
phoenix.query.timeoutMs
hbase.rpc.timeout:
默认值为60000ms,即1min。该参数表示一次RPC请求的超时时间。如果某次RPC时间超过该值,客户端就会主动关闭socket。服务端会抛出: java.io.IOException: Connection reset by peer。
hbase.client.operation.timeout
默认值为1200000ms,即20min。该参数表示HBase客户端发起一次数据操作直至得到响应之间总的超时时间,数据操作类型包括get、append、increment、delete、put等。
hbase.client.scanner.timeout.period
默认值为60000ms,即1min。该参数表示一次Scan中一次RPC请求的超时时间(一次Scan可能有多次RPC请求)
phoenix.query.timeoutMs
指定查询在客户端上超时的毫秒数。 默认值是10分钟。
边栏推荐
- TypeScript学习1——数据类型
- TypeScript学习2——接口
- Use the command to check the WiFi connection password under win10 system
- 图片的懒加载
- Bridge NF call ip6tables is an unknown key exception handling
- Scala111-map、flatten、flatMap
- Introduction to raspberry Pie: initial settings of raspberry pie
- 在win10系统下使用命令查看WiFi连接密码
- 树莓派入门:树莓派的初始设置
- CGO is realy Cool!
猜你喜欢

Client error: invalid param endpoint is blank

6月产品升级观察站

打开虚拟机时出现VMware Workstation 未能启动 VMware Authorization Service

VMware Workstation fails to start VMware authorization service when opening virtual machine

SPI传输出现数据与时钟不匹配延后问题分析与解决

Introduction to raspberry Pie: initial settings of raspberry pie

VS2010 add WAP mobile form template

密码强度验证示例

在win10系统下使用命令查看WiFi连接密码

如何解决Visual Stuido2019 30天体验期过后的登陆问题
随机推荐
Application of object detection based on OpenCV and yolov3
TypeScript学习2——接口
41 picture background synthesis - colorful navigation map
C语言函数复习(传值传址【二分查找】,递归【阶乘,汉诺塔等】)
iframe嵌套其它网站页面 全屏设置
The implementation process of inheritance and the difference between Es5 and ES6 implementation
用setTimeout模拟setInterval定时器
As methods for viewing and excluding dependencies
了解一下new的过程发生了什么
String type time comparison method with error string.compareto
浏览器工作流程(简化)
Debounce and throttle
Content type corresponding to office file
node学习
Browser workflow (Simplified)
MeanShift聚类-01原理分析
Pl/sql creates and executes ORALCE stored procedures and returns the result set
Install entityframework method
dpdk 收发包问题案例:使用不匹配的收发包函数触发的不收包问题定位
Spark002 --- spark task submission, pass JSON as a parameter