IT漫步

技术生活札记©Yaohui

[Airflow] Setup apache airflow on CentOS 7

1. install python3 and pip3

# yum install python3

2. install apache-airflow

# pip3 install apache-airflow

3. initial airflow db

# airflow initdb

4. start webserver

# airflow webserver -p 8080

5. start scheduler

# airflow scheduler

 

 

Leave a Reply

Your email address will not be published.

Proudly powered by WordPress