Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r144448138
--- 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)
+
+ private[spark] val EVENT_LOG_BLOCK_UPDATES =
+
ConfigBuilder("spark.eventLog.blockUpdates").booleanConf.createWithDefault(false)
+
+ private[spark] val EVENT_LOG_TESTING =
+
ConfigBuilder("spark.eventLog.testing").booleanConf.createWithDefault(false)
--- End diff --
I think this configuration should be marked as `internal()`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]