[toc]html
Python(pip)——airflow由python编写java
pip install apache-airflowpython
本人是在root用户下执行,可自行选择web
export AIRFLOW_HOME=~/airflow数据库
airflowapache
为了在AIRFLOW_HOME下生成配置文件airflow.cfgurl
default_timezone = Asia/Shanghai.net
load_examples = Falseserver
base_url = http://etl1:9999htm
web_server_port = 9999
airflow initdb
https://blog.csdn.net/crazy__hope/article/details/83688986
airflow webserver -p 9999 -D
airflow scheduler -D
第三方开发的简陋的dag模板配置程序
须要额外安装python3 https://www.cnblogs.com/Hunry/p/9350607.html
java环境
Airflow 使用随笔(内含 TimeZone 和 Backfill 等的详解)https://www.cnblogs.com/piperck/p/10101423.html
如何部署一个健壮的 apache-airflow 调度系统 https://blog.csdn.net/somezz/article/details/82749495