我想在将Azkaban流上传到服务器之前验证它,就像那样简单。我们有插件或者其他什么可以做吗?如果不是Azkaban github中的哪些类进行此验证?我可以调整它们并用它来进行验证。
答案 0 :(得分:1)
我建议您使用Azkaban“CLI”,您可以在此处找到:https://github.com/mtth/azkaban
您从终端提交项目并得到如此反馈:
$ azkaban build -c --project my_project
> Validator Directory Flow reports errors:<ul><li>my_flow_1 cannot
find dependency my_other_flow</li></ul>
$ azkaban build -c --project my_project
> Project my_project successfully built and uploaded (id: 20, size: 28.2kB, upload: 2).
Details at https://192.168.0.1:8443/manager?project=my_project
我有一个关于CLI的job.py
格式的充实示例:https://github.com/joeharris76/azkaban_examples