Skip to:
We are not setting executor resources in ETLBatchConfig.Builder - https://github.com/cdapio/cdap/blob/develop/cdap-app-templates/cdap-etl/cdap-etl-proto/src/main/java/io/cdap/cdap/etl/proto/v2/ETLBatchConfig.java#L263 , so executor cpu and memory settings get ignored.
ETLBatchConfig.Builder
If app.pipeline.overwriteConfig is not set, we just return the original config, so the issue is not seen - https://github.com/cdapio/cdap/blob/develop/cdap-app-templates/cdap-etl/cdap-data-pipeline-base/src/main/java/io/cdap/cdap/datapipeline/SmartWorkflow.java#L785
app.pipeline.overwriteConfig
We are not setting executor resources in
ETLBatchConfig.Builder
- https://github.com/cdapio/cdap/blob/develop/cdap-app-templates/cdap-etl/cdap-etl-proto/src/main/java/io/cdap/cdap/etl/proto/v2/ETLBatchConfig.java#L263 , so executor cpu and memory settings get ignored.If
app.pipeline.overwriteConfig
is not set, we just return the original config, so the issue is not seen - https://github.com/cdapio/cdap/blob/develop/cdap-app-templates/cdap-etl/cdap-data-pipeline-base/src/main/java/io/cdap/cdap/datapipeline/SmartWorkflow.java#L785