vanzin commented on a change in pull request #23423: [SPARK-26482][CORE] Use 
ConfigEntry for hardcoded configs for ui categories
URL: https://github.com/apache/spark/pull/23423#discussion_r244886106
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -597,6 +611,53 @@ package object config {
       .toSequence
       .createWithDefault(Nil)
 
+  private[spark] val UI_ENABLED = ConfigBuilder("spark.ui.enabled")
 
 Review comment:
   Could you put UI-related options in a new file (e.g. `UI.scala`)?
   
   I was going to suggest `WebUI.scala` but that already exists (albeit in a 
different place).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to