timothy65535 commented on pull request #1023:
URL: https://github.com/apache/incubator-kyuubi/pull/1023#issuecomment-913445073


   > How about we reuse the current event logging service 
   
   It's not a right way to reuse event logging service.
   
   - We should push events to `SparkListenerBus`, if not, the spark history 
server will not receive these custom events.
   - It's better to let different listeners do their own independent things
   
   > and only introduce the ElementTrackingStore or something else as an 
in-memory implementation?
   
   In fact, using `ElementTrackingStore` is the least expensive, if we create 
something as an in-memory implementation will spend more time. I had tried 
these two ways.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to