Difference between revisions of "Airflow standalone"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[airflow]] standalone | [[airflow]] standalone | ||
− | root 14410 8507 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow standalone | + | root 14410 8507 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/[[airflow standalone]] |
− | root 14413 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow scheduler | + | root 14413 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/[[airflow scheduler]] |
− | root 14416 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow webserver | + | root 14416 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/[[airflow webserver]] |
root 14417 14410 3 16:22 pts/1 00:00:02 /usr/bin/python3 /usr/local/bin/[[airflow triggerer]] | root 14417 14410 3 16:22 pts/1 00:00:02 /usr/bin/python3 /usr/local/bin/[[airflow triggerer]] | ||
root 14419 14416 2 16:22 pts/1 00:00:01 [[gunicorn]]: master [airflow-webserver] | root 14419 14416 2 16:22 pts/1 00:00:01 [[gunicorn]]: master [airflow-webserver] | ||
root 14422 14413 1 16:22 pts/1 00:00:01 airflow scheduler -- DagFileProcessorManager | root 14422 14413 1 16:22 pts/1 00:00:01 airflow scheduler -- DagFileProcessorManager | ||
− | root 14426 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] | + | root 14426 14419 0 16:22 pts/1 00:00:00 [ready] [[gunicorn]]: [[worker]] [airflow-webserver] |
root 14427 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] | root 14427 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] | ||
root 14428 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] | root 14428 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] | ||
Line 15: | Line 15: | ||
To connect: | To connect: | ||
* http://localhost:8080/ | * http://localhost:8080/ | ||
+ | |||
+ | Look for to get your credentials in logs, or in file <code>standalone_admin_password.txt</code> | ||
+ | <code>standalone | Login with username: admin password: XXXXXXXX</code> | ||
== Related == | == Related == | ||
Line 20: | Line 23: | ||
* <code>[[airflow.cfg]]</code> | * <code>[[airflow.cfg]]</code> | ||
* <code>[[8793]]</code> | * <code>[[8793]]</code> | ||
+ | * <code>[[SequentialExecutor]]</code>, <code>[[SQLite]]</code> | ||
== See also == | == See also == |
Latest revision as of 10:40, 20 December 2022
airflow standalone
root 14410 8507 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow standalone root 14413 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow scheduler root 14416 14410 2 16:22 pts/1 00:00:01 /usr/bin/python3 /usr/local/bin/airflow webserver root 14417 14410 3 16:22 pts/1 00:00:02 /usr/bin/python3 /usr/local/bin/airflow triggerer root 14419 14416 2 16:22 pts/1 00:00:01 gunicorn: master [airflow-webserver] root 14422 14413 1 16:22 pts/1 00:00:01 airflow scheduler -- DagFileProcessorManager root 14426 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] root 14427 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] root 14428 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver] root 14429 14419 0 16:22 pts/1 00:00:00 [ready] gunicorn: worker [airflow-webserver]
To connect:
Look for to get your credentials in logs, or in file standalone_admin_password.txt
standalone | Login with username: admin password: XXXXXXXX
Related[edit]
See also[edit]
Advertising: