Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:airflow [2017/06/25 10:32] yehudakb:airflow [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 6: Line 6:
 pip install airflow pip install airflow
 pip install airflow[devel,devel_hadoop,jdbc,hdfs,mysql] pip install airflow[devel,devel_hadoop,jdbc,hdfs,mysql]
 +</code>
 +
 +http://pythonhosted.org/airflow/start.html
 +<code bash>
 +export AIRFLOW_HOME=~/airflow
 +
 +# install from pypi using pip
 +pip install airflow
 +
 +# initialize the database
 +airflow initdb
 +
 +# start the web server, default port is 8080
 +airflow webserver -p 8080
 </code> </code>
kb/airflow.1498386758.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0