排第四偶家 发表于 2019-1-8 12:44:31

hbase 0.90.4 + zookeeper 3.3.3 hbase 启动失败

  报错:Couldnt start ZK at requested address of 2181, instead got: 2182. Aborting. Why? Because clients (eg shell) wont be able to find this ZK quorum.
  解决方法:
  因为是参照了早前版本的hbase+zookeeper,说是先启动zookeeper,再启动hbase.结果就是报以上的错误.
  尝试了一下,不先启动zookeeper 3.3.3,先启动hbase 0.90.4,结果zookeeper被它自动启动起来了.遂在hbase shell里玩玩.



页: [1]
查看完整版本: hbase 0.90.4 + zookeeper 3.3.3 hbase 启动失败