Azkaban在执行了启动executor脚本后,此时的executor实际并不可用(具体表现为执行执行的时候指令会一直在running),必须要使用指令将其激活才行。
激活指令:
# ip port即要启动的executor的ip和端口
curl -G "ip:port/executor?action=activate" && echo
Azkaban在执行了启动executor脚本后,此时的executor实际并不可用(具体表现为执行执行的时候指令会一直在running),必须要使用指令将其激活才行。
激活指令:
# ip port即要启动的executor的ip和端口
curl -G "ip:port/executor?action=activate" && echo
打赏作者