LantaoJin opened a new pull request #24659: [SPARK-27788][SQL] Session aware 
event log for Spark thrift server
URL: https://github.com/apache/spark/pull/24659
 
 
   ## What changes were proposed in this pull request?
   
   Spark Thrift server is a long running service. If we enabled Spark event 
log, the log won't close util Spark Thrift server exits. This event log is 
always too big to be replayed by history server. So this feature of session 
award event log writes a standalone event log for each session.
   
   This PR doesn't change the original Spark Event log at all. It imports a new 
one.
   To enable it, set `spark.sql.hive.thriftServer.eventLog.enabled` to `true`.
   
   ## How was this patch tested?
   
   Manually test
   

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