igreenfield commented on pull request #28629:
URL: https://github.com/apache/spark/pull/28629#issuecomment-654356898
@cloud-fan,
looking at the code I thought to add the properties in `DAGScheduler`
line: 1216-1219
```scala
// Use the scheduling pool, job group, description, etc. from an
ActiveJob associated
// with this Stage
val properties = jobIdToActiveJob(jobId).properties
addPySparkConfigsToProperties(stage, properties)
```
What do you think?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]