dongjoon-hyun commented on code in PR #57676:
URL: https://github.com/apache/spark/pull/57676#discussion_r3691541074


##########
core/src/main/scala/org/apache/spark/internal/config/History.scala:
##########
@@ -193,6 +193,14 @@ private[spark] object History {
       .booleanConf
       .createWithDefault(true)
 
+  val EVENT_LOG_SINGLE_ON_DEMAND_LOAD_ENABLED =
+    ConfigBuilder("spark.history.fs.eventLog.single.onDemandLoadEnabled")

Review Comment:
   Do you have more items for this new namespace, 
`spark.history.fs.eventLog.single`? If not, shall we avoid to introduce a new 
namespace, @pan3793 ?



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

Reply via email to