安装参考连接:https://www.cnblogs.com/huxinga/p/8706155.html
问题:
azkaban.executor.ExecutorManagerException: No active executors found
没有找到活动的executors,需在MySQL数据库里设置端口为12321的executors表的active为1 update azkaban.executors set active=1;