HeartSaVioR commented on a change in pull request #23790: [SPARK-26792][CORE] 
Apply custom log URL to Spark UI
URL: https://github.com/apache/spark/pull/23790#discussion_r257008111
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
 ##########
 @@ -142,4 +142,15 @@ private[spark] object UI {
   val USER_GROUPS_MAPPING = ConfigBuilder("spark.user.groups.mapping")
     .stringConf
     
.createWithDefault("org.apache.spark.security.ShellBasedGroupsMappingProvider")
+
+  val CUSTOM_EXECUTOR_LOG_URL = 
ConfigBuilder("spark.ui.custom.executor.log.url")
 
 Review comment:
   Actually I got a counter feedback from vanzin in previous PR to remove all 
prefixes and explicitly use `UI.blabla`, `History.blabla`, etc. Let's hear more 
voices on this.

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