gerashegalov opened a new pull request #23720: WIP for discussion: create attributes from log urls URL: https://github.com/apache/spark/pull/23720 ## What changes were proposed in this pull request? Provide ability to recover attributes for log url rewrite in #23260 from event logs produced by older spark versions using the log urls of live containers ## How was this patch tested? Just locally so far. With configuration like ``` spark.history.executor.log.url.regex //(.+):\\d+/.*/(container_\\d+_\\d+_\\d+_[0-9]\\d+)/ spark.history.executor.log.url.regex.groups YARN_NM_HOST,YARN_CID ``` I was able to use this PR with old logs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
