You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Rolf Schroeder (JIRA)" <ji...@apache.org> on 2016/09/23 10:27:21 UTC

[jira] [Created] (AIRFLOW-527) webserver subcommand does not seem to take $AIRFLOW_HOME into account

Rolf Schroeder created AIRFLOW-527:
--------------------------------------

             Summary: webserver subcommand does not seem to take $AIRFLOW_HOME into account
                 Key: AIRFLOW-527
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-527
             Project: Apache Airflow
          Issue Type: Bug
          Components: webserver
    Affects Versions: Airflow 1.7.1
            Reporter: Rolf Schroeder
            Priority: Minor


I cannot start the webserver if the folder ~/airflow does not exist.

$ mv ~/airflowx ~/airflowx/
$ export AIRFLOW_HOME=~/airflowx
$ airflow webserver -p 8080
...
Running the Gunicorn server with 4 syncworkers on host 0.0.0.0 and port 8080 with a timeout of 120...
[2016-09-23 12:25:39 +0000] [7833] [INFO] Starting gunicorn 19.3.0

Error: /home/rschroeder/airflow doesn't exist. Can't create pidfile.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)