You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/10 21:31:21 UTC

[GitHub] amir656 opened a new pull request #3739: [AIRFLOW-2868] Extend mesos_executor

amir656 opened a new pull request #3739: [AIRFLOW-2868] Extend mesos_executor
URL: https://github.com/apache/incubator-airflow/pull/3739
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [AIRFLOW-2868](https://issues.apache.org/jira/browse/AIRFLOW-2868) issue and references it in the PR title. 
   
   
   ### Description
   
   - [ ] I extended the mesos_executor to be able to execute different tasks with different CPU and Memory requirements, as well as different docker images. By providing an executor_config dictionary, users can specify these tasks in their operators. This builds off of the executor config created for the kubernetes_executor.
   
   ### Tests
   
   - [ ] My PR added to tests/contrib/executors/test_mesos_executor.py
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git-commit/)"
   
   ### Documentation
   
   - [ ] In case of new functionality, my PR adds documentation that describes how to use it.
   
   ### Code Quality
   
   - [ ] Passes `git diff upstream/master -u -- "*.py" | flake8 --diff`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services