beliefer commented on a change in pull request #27806: [SPARK-30914][CORE][DOC] 
Add version information to the configuration of UI
URL: https://github.com/apache/spark/pull/27806#discussion_r388234664
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
 ##########
 @@ -69,89 +76,107 @@ private[spark] object UI {
       "in front of Spark Master. This is useful when running proxy for 
authentication e.g. " +
       "OAuth proxy. Make sure this is a complete URL including scheme 
(http/https) and port to " +
       "reach your proxy.")
+    .version("2.1.0")
     .stringConf
     .createOptional
 
   val UI_KILL_ENABLED = ConfigBuilder("spark.ui.killEnabled")
     .doc("Allows jobs and stages to be killed from the web UI.")
+    .version("1.0.0")
 
 Review comment:
   SPARK-1202, commit ID: 
211f97447b5f078afcb1619a08d2e2349325f61a#diff-a40023c80383451b6e29ee7a6e0593e9

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