beliefer commented on a change in pull request #27863: 
[SPARK-31109][MESOS][DOC] Add version information to the configuration of Mesos
URL: https://github.com/apache/spark/pull/27863#discussion_r390247763
 
 

 ##########
 File path: 
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
 ##########
 @@ -125,13 +138,15 @@ package object config {
     ConfigBuilder("spark.mesos.driver.failoverTimeout")
       .doc("Amount of time in seconds that the master will wait to hear from 
the driver, " +
           "during a temporary disconnection, before tearing down all the 
executors.")
+      .version("2.3.0")
       .doubleConf
       .createWithDefault(0.0)
 
   private[spark] val NETWORK_NAME =
     ConfigBuilder("spark.mesos.network.name")
       .doc("Attach containers to the given named network. If this job is 
launched " +
         "in cluster mode, also launch the driver in the given named network.")
+      .version("2.1.0")
 
 Review comment:
   SPARK-18232, commit ID: 
d89bfc92302424406847ac7a9cfca714e6b742fc#diff-ab5bf34f1951a8f7ea83c9456a6c3ab7

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