0
点赞
收藏
分享

微信扫一扫

Azkaban报错:executor became inactive before setting up the flow

小磊z 2022-03-15 阅读 37

关注微信公共号:小程在线

关注CSDN博客:程志伟的博客

[Azkaban] Rolling back executor assignment for execution id:6
azkaban.executor.ExecutorManagerException: java.io.IOException: executor became inactive before setting up the flow 6

解决方法:

解决方法:

先关闭exec:bin/shutdown-exec.sh

在关闭 web:bin/shutdown-web.sh

在mysql中找到对应port

一定要先在exec目录下启动bin/start-exec.sh;

在执行 curl -G "ip:port/executor?action=activate" && echo

再在web目录下执行bin/start-web.sh

再次创建一个新的项目运行

Azkaban中就可以看到Status变成了Success

 

举报

相关推荐

0 条评论