Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要你的帮助。我对 hadoop 集群启动有疑问。错误:错误:命令 'ZkStartPreservingDatastore' failed for service 'zookeeper1'
请帮助我,谢谢。
希望这可以帮助。我在我们的生产 CDH4 集群上遇到了同样的问题。我尝试手动重新启动服务,我在日志中注意到以下错误消息:
[NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFactory@193] - 来自 /10.0.2.133 的连接太多 - 最大值为 50
因此,我编辑了/etc/zookeeper/conf/zoo.cfg并将 maxClientCnxns 更改为 500。之后我设法重新启动 zookeeper,集群又回来了。