Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r145189267
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -41,6 +41,22 @@ package object config {
.bytesConf(ByteUnit.MiB)
.createWithDefaultString("1g")
+ private[spark] val EVENT_LOG_COMPRESS =
+
ConfigBuilder("spark.eventLog.compress").booleanConf.createWithDefault(false)
--- End diff --
I have a slight preference for multi-line configs even when they fit in one
line (makes it easier to see the type and default value).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]