November 2018
Intermediate to advanced
556 pages
14h 42m
English
Installing and running the Apache Airflow single node is quite simple. Follow these steps:
$ mkdir airflow$ cd airflow$ mkdir dags$ mkdir plugins$ pip install apache-airflow
$ set AIRFLOW_HOME=<current directory>
$ export AIRFLOW_HOME=$(pwd)
$ airflow initdb
We are now ready to start Airflow. Follow these steps:
$ airflow scheduler