1、 HBase is able to connect to ZooKeeper but the connection closes immediately



hbase(main):001:0> list



TABLE                                                                           



ERROR: org.apache.hadoop.hbase.ZooKeeperConnectionException: HBase is able to connect to ZooKeeper but the connection closes immediately. This could be a sign that the server has too many connections (30 is the default). Consider inspecting your ZK server logs
for that error and then make sure you are reusing HBaseConfiguration as often as you can. See HTable's javadoc for more information.



Here is some help for this command:

List all tables in hbase. Optional regular expression parameter could

be used to filter the output. Examples:

  hbase> list

  hbase> list 'abc.*'



hbase(main):002:0> exit



解决方法:

修改/etc/hosts:

#127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

#::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

将原有的前2行去掉。

版权声明:本文为博主原创文章,未经博主允许不得转载。

最新文章

  1. Linux 计划任务
  2. POJ1155TELE[树形背包]
  3. hdu 4002 欧拉函数 2011大连赛区网络赛B
  4. bzoj2434
  5. Play - js/css concatenation & minify
  6. Day4 内置函数补充、装饰器
  7. Linux查看物理CPU个数、核数、逻辑CPU个数 (转)
  8. CefSharp使用入门
  9. TypeError: 'range' object does not support item assignment处理方法
  10. api网关揭秘--spring cloud gateway源码解析
  11. java 中数据的强制转换 和计算的补码运算
  12. SQL SERVER镜像配置(包含见证服务器)
  13. Jenkins-pipeline
  14. oracle11g exp导出问题:部分表导不出来
  15. VMware12多台虚拟机上网设置
  16. AE插件开发的一些总结
  17. Jersey服务端
  18. 电商网站中价格的精确计算(使用BigDecimal进行精确运算(实现加减乘除运算))
  19. mongodb driver2.5环境注意事项
  20. XML 十六进制值 是无效的字符错误 解决方法之一 转

热门文章

  1. SpringCloud组件和概念介绍
  2. 洛谷 P1553 数字反转(升级版)
  3. listview-fading 滚动条样式设置
  4. Day5下午解题报告1
  5. Vue的学习--环境配置
  6. [TS] Swap two element in the array (mutation)
  7. 设计模式之十二:状态模式(State)
  8. java解压多目录Zip文件(解决中文乱码问题)--转载
  9. jmeter连接mysql数据库配置
  10. C# socket beginAccept