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


   > 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
   


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