storm 启动nimbus失败 报错 RuntimeException: java.util.zip.ZipException: Not in GZIP format

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wei00d6ra/article/details/84819318

storm 启动nimbus失败 报错 RuntimeException: java.util.zip.ZipException: Not in GZIP format

如题,从互联网上搜索了很长时间,都没有找到答案,有的让检查防火墙,检查端口,这些配置除非是小白,不然不可能配置错误,网上的这些都是不正确的答案,我碰到的情况是因为zookeeper下的node节点出现了错误,

接决方式:进入到zookeeper集群中 ./zkCli.sh

删除storm节点数据   rmr   /storm

再重启storm nimbus一般就不会错了。

猜你喜欢

转载自blog.csdn.net/wei00d6ra/article/details/84819318