HeartSaVioR 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_r244887854
 
 

 ##########
 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:
   Thanks for the nice suggestion. Will address.

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