airflow management supervisor

 

# Account with airflow

su - airflow
. /home/airflow/venv/bin/activate
pip install supervisor
mkdir -p /home/airflow/venv/etc
拷贝G:\文档\大数据\airflow\ali-supervisord.conf到/home/airflow/venv/etc
sudo chown airflow.airflow supervisord.conf
supervisord -c /home/airflow/venv/etc/supervisord.conf

Guess you like

Origin www.cnblogs.com/hongfeng2019/p/11994435.html