博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hbase region超时问题
阅读量:7157 次
发布时间:2019-06-29

本文共 910 字,大约阅读时间需要 3 分钟。

错误现象:

 

 默认等待时间是60秒,超过这个时间就报超时问题了。因此需调整超时时间,默认为60秒,在配置文件 hbase-site.xml中:

调整成10分钟
   
hbase.rpc.timeout
  
600000
 
   
hbase.client.operation.timeout
  
600000
 
   
hbase.client.scanner.timeout.period
  
600000
 
   
hbase.regionserver.lease.period
  
600000
 
 
phoenix.query.timeoutMs
 
600000
 
 
phoenix.query.keepAliveMs
 
600000
 
   
hbase.client.ipc.pool.type
   
RoundRobinPool
   
hbase.client.ipc.pool.size
   
10

  

 

转载于:https://www.cnblogs.com/yjt1993/p/10477755.html

你可能感兴趣的文章
poj——3118 Arbiter
查看>>
SQL 中 date 与datetime的区别
查看>>
C#实现Winform自定义半透明遮罩层
查看>>
多线程junit单元测试
查看>>
如何让程序跑起来――第五章
查看>>
ios
查看>>
Android Studio如何更新support repository
查看>>
PHP安装加载yaf扩展
查看>>
网站SEO优化
查看>>
mac在终端下中用sublime text 2 打开文件
查看>>
20145209刘一阳《网络对抗》实验五:MSF基础应用
查看>>
spring + dubbo + SSM + maven例子demo
查看>>
iOS中判断网络是否联网
查看>>
<<<<<<<<<用来存代码哒!!!!>>>>>>>>>>>>
查看>>
关于斯特林数
查看>>
关于逆元的求法
查看>>
mongo索引
查看>>
iOS开发:插件记录
查看>>
一次sql注入中转
查看>>
使用pd设计表的 多对多的中间表的设计方式, 有图有真相
查看>>