启动报错 “wike。。。。”
原因(在其他没错的情况下):
1、没有创建
String zkRoot = "/kafkaspout_offest"; String id = "message_log";
在zk中实行create /kafkaspout_offest message_log
2.版本不兼容
本文探讨了启动过程中遇到的'wike'错误问题,主要原因是缺少在Zookeeper中创建必要的节点。提供了两个解决方案,一是确保在Zookeeper中创建指定路径,二是检查版本兼容性。
启动报错 “wike。。。。”
原因(在其他没错的情况下):
1、没有创建
String zkRoot = "/kafkaspout_offest"; String id = "message_log";
在zk中实行create /kafkaspout_offest message_log
2.版本不兼容

被折叠的 条评论
为什么被折叠?