You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/01 08:20:51 UTC

[GitHub] gerashegalov opened a new pull request #23720: WIP for discussion: create attributes from log urls

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org