You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/08/20 09:26:31 UTC

[GitHub] [incubator-kyuubi] hddong commented on pull request #968: [KYUUBI#922]Add OperationEvent for server to track operation state

hddong commented on pull request #968:
URL: https://github.com/apache/incubator-kyuubi/pull/968#issuecomment-902562499


   Yeah, the mainly changes:
   1. Move `KyuubiEvent` to `kyuubi-common` and add two sub trait (`KyuubiServerEvent`, `KyuubiSparkEvent`) . 
     `SPARK` event logger is only supported in `KyuubiSparkEvent`.
   2. Move `EventLogger` and `JsonEventLogger` to `kyuubi-common`
   3. Create `AbstractEventLoggingService`, `kyuubi-server` and `kyuubi-engine` each has a subclass `EventLoggingService` to get their own event loggers and catch events.
   4. Add `OperationEvent` for server


-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org