HyukjinKwon commented on code in PR #44129:
URL: https://github.com/apache/spark/pull/44129#discussion_r1413017750
##########
core/src/main/scala/org/apache/spark/internal/config/Deploy.scala:
##########
@@ -39,6 +41,14 @@ private[spark] object Deploy {
.checkValues(RecoverySerializer.values.map(_.toString))
.createWithDefault(RecoverySerializer.JAVA.toString)
+ val RECOVERY_COMPRESSION_CODEC =
ConfigBuilder("spark.deploy.recoveryCompressionCodec")
+ .doc("A compression codec for persistence engines. lz4 (default), lzf,
snappy, and zstd. " +
Review Comment:
How the end users specify no compression codec? Seems like we would need sth
like `none` and/or `uncompressed`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]