Difference between revisions of "Airflow standalone"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[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: | ||
+ | * 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 == | ||
* [[Apache Airflow installation]] | * [[Apache Airflow installation]] | ||
+ | * <code>[[airflow.cfg]]</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: