dongjoon-hyun edited a comment on issue #26611: [SPARK-29939][CORE] Add a conf for CompressionCodec for Ser/Deser of MapOutputStatus URL: https://github.com/apache/spark/pull/26611#issuecomment-557314204 @cloud-fan and @srowen . IIUC, @gatorsmile asked this as a way to fallback to `gzip` if we face any issues at `ZStd` codec. I also prefer a single best default implementation without configuration, but there is a reason we used `gzip` here before instead of the general `lz4`. It's because of the broadcasting. And, `zstd` was able to supersede the previous `gzip` because it shows faster and smaller result in the microbenchmark.
---------------------------------------------------------------- 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]
