Page MenuHomePhabricator

Adapt maxExecutors value by Dag
Closed, ResolvedPublic

Description

Currently some jobs are too limited by spark.dynamicAllocation.maxExecutors=16:

The maxExecutors configuration is located here:
https://gitlab.wikimedia.org/repos/data-engineering/airflow-dags/-/blob/main/wmf_airflow_common/config/dag_default_args.py#L100
... is well propagated to Skein. But we should adapt it to each dag.

Concerning the 3 jobs upper, we could set the value to 64. Lets review the others.