当我们启动azkaban时,出现如图问题
没有找到活动的executors,需在MySQL数据库里设置端口为12321的executors表的active为1
update azkaban.executors set active=1;
然后输入
select * from executors;
这时
azkaban web.sh 就能成功启动
当我们启动azkaban时,出现如图问题
没有找到活动的executors,需在MySQL数据库里设置端口为12321的executors表的active为1
update azkaban.executors set active=1;
然后输入
select * from executors;
这时
azkaban web.sh 就能成功启动