You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/21 08:33:50 UTC

[GitHub] [spark] LantaoJin opened a new pull request #24659: [SPARK-27788][SQL] Session aware event log for Spark thrift server

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org