teamclairvoyant / apache-airflow-cloudera-parcel

Parcel for Apache Airflow
Apache License 2.0
17 stars 10 forks source link

Unable to start worker #6

Open lizhanyang505 opened 4 years ago

lizhanyang505 commented 4 years ago

Hi

When I configured CSD and parcel, there was a problem in cm web installation. The CDH version is 6.3.0

Would you like to help me Than you

pta- commented 4 years ago

I have exactly the same problem with 7.1.3. Did you solve it?

Edit: My experience is that you should do one trick while adding Airflow service:

  1. Assign Roles and click Continue
  2. Open another session and go to Clusters -> Airflow -> Configuration and fill in
    • DB_TYPE
    • DB_HOST
    • DB_PASS
    • DB_PORT
    • CELERY_BROKER_HOST
    • CELERY_BROKER_PORT <- I think that this is the key parameter to fill in
    • CELERY_BROKER_USER
    • CELERY_BROKER_PASS and Save changes
  3. Go back to first session and fill in "Review Changes" form

I think that the problem is with empty broker port. I wonder why there is only DB-related settings in "Review Changes" form?