You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download the Jar file. [Airflow CSD](http://archive.clairvoyantsoft.com/airflow/parcels/latest/AIRFLOW-{airflow_version}.jar)
20
+
1. Download the Jar file. [Airflow 1.9.0 CSD](https://s3-us-west-2.amazonaws.com/archive.clairvoyantsoft.com/airflow/csd/AIRFLOW-1.9.0.jar)
21
21
2. Copy the jar file to the `/opt/cloudera/csd` location on the Cloudera Manager server.
22
22
3. Restart the Cloudera Manager Server service. `service cloudera-scm-server restart`
23
23
@@ -141,10 +141,9 @@ jar -cvf AIRFLOW-1.0.0.jar -C src/ .
141
141
```
142
142
143
143
## Limitations:
144
-
1. Number of RabbitMQ instances is limited to 1.
145
-
2. The IP address of the RabbitMQ instance has to be manually entered during installation configuration.
146
-
3. After deploying configurations, there is no alert or warning that the specific roles needs to be restarted.
147
-
4. Only 'airflow.contrib.auth.backends.password_auth' mechanism is supported for Airflow user authentication.
144
+
1. The IP address of the RabbitMQ instance has to be manually entered during installation configuration.
145
+
2. After deploying configurations, there is no alert or warning that the specific roles needs to be restarted.
146
+
3. Only 'airflow.contrib.auth.backends.password_auth' mechanism is supported for Airflow user authentication.
148
147
149
148
## Future work:
150
149
1. Build RabbitMQ parcel.
@@ -157,10 +156,6 @@ jar -cvf AIRFLOW-1.0.0.jar -C src/ .
157
156
158
157
Upon many deployments, you may face an error called 'Markup file already exists' while trying to stop a role and the process never stops. In that case, stop the process using the "Abort" command and navigate to `/var/run/cloudera-scm-agent/process` and delete all the `GracefulRoleStopRunner` directories.
159
158
160
-
### Lag in DAG Execution:
161
-
162
-
Occasionally, we experienced some delay in DAG execution. We are working to fix this.
Copy file name to clipboardExpand all lines: src/descriptor/service.sdl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
{
15
15
"name" : "AIRFLOW",
16
16
"label" : "Airflow",
17
-
"description" : "Airflow is a platform to programmatically author, schedule and monitor workflows. <span class=\"error\">Before adding this service, ensure that the Airflow and RabbitMQ parcels have been activated.</span>",
17
+
"description" : "Airflow is a platform to programmatically author, schedule and monitor workflows. <span class=\"error\">Before adding this service, please ensure that the Airflow parcel is activated and RabbitMQ is installed</span>",
0 commit comments