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:12] yehudakb:airflow [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Dependencis: Dependencis:
 <code bash> <code bash>
-yum install gcc python python-devel MariaDB MariaDB-devel+yum install gcc python python-devel MariaDB MariaDB-devel gcc-c++ cyrus-sasl-devel 
 +pip install airflow 
 +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.1498385558.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0