andreaspeters opened a new pull request #10977: URL: https://github.com/apache/airflow/pull/10977
With these PR I would like to add a new Mesos Executer as replacement of the deprecated one. ## Why a new Mesos Executer There are still companies outside they want to use Airflow with there Mesos infrastructure. But your Mesos Executer is deprecated and already removed in Version 2.0.0. Also, the code is based on a python3 incompatible (and deprecated) mesos library. Thats why I decide to develop a new Mesos Executor. ## Dependencies This Mesos Executer need the following python libs: - mesos.interface - avmesos You can install them via `pip install`! ## Automation Tests I was using https://github.com/irvinlim/mesosmock as mesos mockup server for the automation tests. ## My offer to you It would also be my pleasure to maintain the Mesos Executer. :-) With some changes, the new Mesos Executer is even working under Airflow 1.10.x. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
