Please check the configured value for ha.zookeeper.quorum and ensure that ZooKeeper is running.

FATAL ha.ZKFailoverController: Unable to start failover controller. Unable to connect to ZooKeeper quorum at node1:2181,node2:2181,node3:2181. Please check the configured value for ha.zookeeper.quorum and ensure that ZooKeeper is running.
解决方法:

  • 关闭防火墙(service iptables stop)
  • 启动zookpeer(zkServer.sh start在配置的节点上都要执行)

你可能感兴趣的:(hadoop开发,hadoop,hadoop编程)