[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