官网:
http://airflow.apache.org/installation.html
原理:
https://www.cnblogs.com/cord/p/9450910.html
安装:
https://www.cnblogs.com/cord/p/9226608.html
高可用部署等:
https://www.jianshu.com/p/2ecef979c606
使用方法等:
https://www.jianshu.com/p/cbff05e3f125
airflow:
https://airflow.apache.org/
[root@node1 ~]# ps -ef |grep 10740
root 4417 10740 2 03:28 ? 00:00:02 [ready] gunicorn: worker [airflow-webserver]
root 4719 10740 3 03:29 ? 00:00:02 [ready] gunicorn: worker [airflow-webserver]
root 5069 10740 6 03:29 ? 00:00:02 [ready] gunicorn: worker [airflow-webserver]
root 7426 10740 47 03:30 ? 00:00:02 [ready] gunicorn: worker [airflow-webserver]
root 7589 1718 0 03:30 pts/0 00:00:00 grep --color=auto 10740
root 10740 10691 0 Jun29 ? 00:13:26 gunicorn: master [airflow-webserver]