Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 2.5 KB

README.md

File metadata and controls

61 lines (51 loc) · 2.5 KB
  ____________       _____________
 ____    |__( )_________  __/__  /________      __
____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
 _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/  v1.10.5

Apache Airflow management pack for Apache Ambari

Airflow version Python version Executor type HDP version License

Mpack allows you to install/configure Airflow directly from Ambari.

Installing Apache Aiflow Mpack

  1. Stop Ambari server.
  2. Install the Apache Airflow Mpack on Ambari server.
  3. Start Ambari server.
ambari-server stop
ambari-server install-mpack --mpack=airflow-mpack.tar.gz
ambari-server start

Upgrading Apache Aiflow Mpack

  1. Stop Ambari server.
  2. Upgrade the Apache Airflow Mpack on Ambari server.
  3. Start Ambari server.
ambari-server stop
ambari-server upgrade-mpack --mpack=airflow-mpack.tar.gz
ambari-server start

Installing Apache Airflow from Ambari

  1. Action - Add service.
  2. Select Apache Airflow service.
  3. Choose destination server.
  4. You may configure Apache Airflow, change home folder.
  5. Deploy!

Add service Select Apache Airflow service Choose destination server Choose destination server configure Apache Airflow Deploy Deploy Deploy Deploy

Enjoy!