【发布时间】:2019-09-07 19:17:33
【问题描述】:
我正在尝试使用airflow。
我想对我写的 dags 进行本地测试。我在 Windows 上,所以我决定按照这个 bief 教程https://coding-stream-of-consciousness.com/2018/11/06/apache-airflow-windows-10-install-ubuntu/ 安装 ubuntu WLS。 一切似乎都很好。
我使用airflow initdb 启动了我的数据库。
然后我运行airflow webserver -p 8080,它似乎正在运行。当我转到http://0.0.0.0:8080/ 时,我看不到任何用户界面。如果我尝试再次运行 airflow webserver 我得到了
Error: Already running on PID 6244 (or pid file '/home/marcofumagalli/airflow/airflow-webserver.pid' is stale)
所以我认为网络服务器正在运行。
和代理有关吗?
【问题讨论】:
-
curl http://0.0.0.0:8080/返回什么? -
localhost:8080 已经做到了。它继续加载页面而不显示任何内容。 curl也是一样,它正在等待而不返回任何东西