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 2020/11/27 14:17:36 UTC

[GitHub] [airflow] andreaspeters commented on a change in pull request #10977: Reinclude/Add a new Mesos Executor

andreaspeters commented on a change in pull request #10977:
URL: https://github.com/apache/airflow/pull/10977#discussion_r531627013



##########
File path: airflow/config_templates/default_test.cfg
##########
@@ -100,6 +100,19 @@ flower_port = 5555
 default_queue = default
 sync_parallelism = 0
 
+[mesos]
+master = localhost:5050
+framework_name = Airflow
+task_cpu = 1
+task_memory = 20
+checkpoint = False
+authenticate = False
+docker_image_slave = test/docker-airflow
+docker_volume_dag_driver = "local"
+docker_volume_dag_name = "airflowdags"
+docker_volume_dag_container_path = "/usr/local/airflow/dags"
+docker_sock = "/var/run/docker.sock"

Review comment:
       ah ok. :-) Sorry!




----------------------------------------------------------------
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:
users@infra.apache.org