supervisor管理airflow
Posted hongfeng2019
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了supervisor管理airflow相关的知识,希望对你有一定的参考价值。
#用airflow帐号
su - airflow
. /home/airflow/venv/bin/activate
pip install supervisor
mkdir -p /home/airflow/venv/etc
拷贝G:文档大数据airflowali-supervisord.conf到/home/airflow/venv/etc
sudo chown airflow.airflow supervisord.conf
supervisord -c /home/airflow/venv/etc/supervisord.conf
以上是关于supervisor管理airflow的主要内容,如果未能解决你的问题,请参考以下文章