1. 创建project时ERROR: Insert projecttest for existing project failed.
创建project时报ERROR: Insert projecttest for existing project failed.
错误,需要检查项目名称和描述中是否有中文。
2. 首次运行时可能的报错ERROR [ExecutorServlet] [Azkaban] executor became inactive before setting up the flow 1 azkaban.executor.ExecutorManagerException: executor became inactive before setting up the flow 1
需要手动去激活一下 executor,方式如下:
curl -G "localhost:$(<./executor.port)/executor?action=activate" && echo
发表评论