HeartSaVioR commented on issue #26821: [SPARK-20656][CORE]Support Incremental 
parsing of event logs in SHS
URL: https://github.com/apache/spark/pull/26821#issuecomment-564357783
 
 
   > there are 2 ways to skip the parsed content: filtering by lines (the 
approach in this PR) and skipping by bytes (see mergeApplicationListing).
   
   Yeah if possible we should deal with latter approach. I guess that brings 
more changes as ReplayListener just relies on Scala API which provides lines 
(no offset information) so we should get our hands be dirty, but it definitely 
worths to do.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to