gpt4 book ai didi

ubuntu - Airflow Upstart 直接停止/等待

转载 作者:行者123 更新时间:2023-12-04 19:12:18 25 4
gpt4 key购买 nike

我正在尝试让 Airflow 调度程序和网络服务器在 ubuntu EC2 实例的后台运行。每当我开始 Upstart 工作时,airflow-webserver 工作都会直接停止/等待。这是我保存在/etc/init 中的 .conf 文件。 (我用anaconda安装 Airflow )

description "Airflow webserver daemon"

start on started networking
stop on (deconfiguring-networking or runlevel [016])

respawn
respawn limit 5 30

setuid unbuntu
setgid unbuntu

env AIRFLOW_CONFIG=/home/ubuntu/airflow/airflow.cfg
env AIRFLOW_HOME=/home/ubuntu/airflow/
export AIRFLOW_CONFIG
export AIRFLOW_HOME

exec /home/ubuntu/anaconda3/bin/airflow webserver

当我检查日志时,这就是我所看到的:
starting airflow-webserver...
/home/airflow/airflow/
/home/airflow/airflow/airflow.cfg
[2018-07-23 19:44:29,341] {__init__.py:45} INFO - Using executor SequentialExecutor
____________ _____________
____ |__( )_________ __/__ /________ __
____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / /
___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ /
_/_/ |_/_/ /_/ /_/ /_/ \____/____/|__/

[2018-07-23 19:44:29,883] {models.py:189} INFO - Filling up the DagBag from /home/ubuntu/airflow/dags
Running the Gunicorn Server with:
Workers: 4 sync
Host: 0.0.0.0:8080
Timeout: 120
Logfiles: - -
=================================================================

但在那之后就什么都没有了。

最佳答案

您将 uid 和 gid 设置为“ubuntu”而不是“ubuntu”。
如日志消息所示,它似乎正在尝试从基于/home/ubuntu/的用户“ubuntu”运行。

关于ubuntu - Airflow Upstart 直接停止/等待,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51487018/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com