Skip to content

Commit

Permalink
[AIRFLOW-XXX] Add notice for Mesos Executor deprecation in docs (#6712)
Browse files Browse the repository at this point in the history
MesosExecutor is deprecated from Master #5115 but there is no notice in docs of v1.10.X for that deprecation.
  • Loading branch information
eladkal authored and mik-laj committed Dec 6, 2019
1 parent 87b321f commit beafcee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/howto/executor/use-mesos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
Scaling Out with Mesos (community contributed)
==============================================

.. note::
Mesos Executor is deprecated (Jira_)

.. _Jira: https://issues.apache.org/jira/browse/AIRFLOW-4313


There are two ways you can run airflow as a mesos framework:

1. Running airflow tasks directly on mesos slaves, requiring each mesos slave to have airflow installed and configured.
Expand Down

0 comments on commit beafcee

Please sign in to comment.