首页前端开发其他前端知识Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found

Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found

时间2024-02-10 18:55:03发布访客分类其他前端知识浏览566
导读:收集整理的这篇文章主要介绍了Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found,觉得挺不错的,现在分享给大家,也给大家做个参考。...
收集整理的这篇文章主要介绍了Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found,觉得挺不错的,现在分享给大家,也给大家做个参考。

Issue

2019/05/09 21:50:07.380 +0800 ERROR [ExecutorManager] [Azkaban] No active executors found
2019/05/09 21:50:07.380 +0800 ERROR [StdOutErrredirect] [Azkaban] Exception in thread "main"
2019/05/09 21:50:07.380 +0800 ERROR [StdOutErrRedirect] [Azkaban] azkaban.executor.ExecutorManagerException: No active executors found
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.executor.ActiveExecutors.SETUPExecutors(ActiveExecutors.java:52)
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.executor.ExecutorManager.setuPExecutors(ExecutorManager.java:197)
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.executor.ExecutorManager.inITialize(ExecutorManager.java:131)
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.executor.ExecutorManager.start(ExecutorManager.java:145)
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.webapp.AzkabanWebServer.launch(AzkabanWebServer.java:231)
2019/05/09 21:50:07.381 +0800 ERROR [StdOutErrRedirect] [Azkaban]  at azkaban.webapp.AzkabanWebServer.main(AzkabanWebServer.java:224)

Answer

没有找到活动的executors,需在MySQL数据库里设置端口为12321的executors表的active为

update azkaban.executors set active=1;
    

到此这篇关于Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found的文章就介绍到这了,更多相关Azkaban报错内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!

您可能感兴趣的文章:
  • Mybatis中SqlSession下的四大对象之执行器(executor)
  • Java线程池ThreadPoolExecutor原理及使用实例
  • 解决python ThreadPoolExecutor 线程池中的异常捕获问题
  • python 多进程并行编程 ProcessPoolExecutor的实现
  • Java ThreadPoolExecutor 线程池的使用介绍
  • 在spring boot中使用java线程池ExecutorService的讲解
  • Spring线程池ThreadPoolExecutor配置并且得到任务执行的结果
  • Python线程池模块ThreadPoolExecutor用法分析
  • Mybatis原始执行方式Executor代码实例

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!


若转载请注明出处: Azkaban报错-azkaban.executor.ExecutorManagerException: No active executors found
本文地址: https://pptw.com/jishu/608746.html
vscode 前端最佳配置小结 解决启动Azkaban报错问题:java.lang.NoSuchMethodError: com.google.common.collect.ImmutableMap.toImmutableMap

游客 回复需填写必要信息