dongjoon-hyun opened a new pull request #24921: [SPARK-28118][CORE] Add 
`spark.eventLog.compression.codec` configuration
URL: https://github.com/apache/spark/pull/24921
 
 
   ## What changes were proposed in this pull request?
   
   Event logs are different from the other data in terms of the lifetime. It 
would be great to have a new configuration for Spark event log compression like 
`spark.eventLog.compression.codec` .
   This PR adds this new configuration as an optional configuration. So, if 
`spark.eventLog.compression.codec` is not given, `spark.io.compression.codec` 
will be used.
   
   ## How was this patch tested?
   
   Pass the Jenkins with the newly added test case.

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