zoukankan      html  css  js  c++  java
  • hbase 遇到过的问题

    1:下面这个错误是因为我zookeeper忘了启动了,启动你的zookeeper,重新启动下你的hbase

    hbase(main):002:0> list
    TABLE                                                                                                                                                                                          
    
    ERROR: Can't get master address from ZooKeeper; znode data == null
    
    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> list 'ns:abc.*'
      hbase> list 'ns:.*'

    2:这个错误,我的解决方法是:

    我从apache上下载zookeeper包,自己安装了个zk,没有使用hbase自带的zk,

    安装好后,先启动zk,再启动hbase,是可以的

    zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection 
  • 相关阅读:
    980不同路径III
    输入函数
    IDEA更新maven依赖包
    join()函数
    方差偏差困境
    np.bincount()函数
    72编辑距离
    741摘樱桃
    523连续的子数组和
    1306跳跃游戏III
  • 原文地址:https://www.cnblogs.com/zhangXingSheng/p/6230293.html
Copyright © 2011-2022 走看看