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

[GitHub] [incubator-kyuubi] timothy65535 opened a new issue #1043: Let spark history logger handle events asynchronously

timothy65535 opened a new issue #1043:
URL: https://github.com/apache/incubator-kyuubi/issues/1043


   > there seems to be no good way to solve the synchronization problem. 
   For `EventLoggerType.SPARK`
   
   This looks simple, Please send a separate PR to solve this issue
   
   ```git
   -    sc.eventLogger.foreach(_.onOtherEvent(kyuubiEvent))
   +    sc.listenerBus.post(kyuubiEvent)
   ```
   
   > and `EventLoggerType.JSON`, we need to think out a asynchronous writer for local path or hdfs 
   
   we can implement this latter too
   
   _Originally posted by @yaooqinn in https://github.com/apache/incubator-kyuubi/issues/1023#issuecomment-913558016_


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

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



[GitHub] [incubator-kyuubi] ulysses-you closed issue #1043: Let spark history logger handle events asynchronously

Posted by GitBox <gi...@apache.org>.
ulysses-you closed issue #1043:
URL: https://github.com/apache/incubator-kyuubi/issues/1043


   


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

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