I'm searching for a way, to forward my driver's MDC to master and workers, such that I can identify messages stemming from the same operation? E.g. I have a application dependent query/job-id which I want to have attached to structured log messages in my spark workers.
- Impossible?
- Undocumented?
- Easy, but I was to dumb to find?
Regards.