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_r390248479
 
 

 ##########
 File path: 
resource-managers/mesos/src/main/scala/org/apache/spark/deploy/mesos/config.scala
 ##########
 @@ -140,56 +155,64 @@ package object config {
       .doc("Network labels to pass to CNI plugins.  This is a comma-separated 
list " +
         "of key-value pairs, where each key-value pair has the format 
key:value. " +
         "Example: key1:val1,key2:val2")
+      .version("2.3.0")
       .stringConf
       .createOptional
 
   private[spark] val DRIVER_CONSTRAINTS =
     ConfigBuilder("spark.mesos.driver.constraints")
       .doc("Attribute based constraints on mesos resource offers. Applied by 
the dispatcher " +
         "when launching drivers. Default is to accept all offers with 
sufficient resources.")
+      .version("2.2.1")
       .stringConf
       .createWithDefault("")
 
   private[spark] val DRIVER_FRAMEWORK_ID =
     ConfigBuilder("spark.mesos.driver.frameworkId")
+      .version("2.1.0")
       .stringConf
       .createOptional
 
   private[spark] val EXECUTOR_URI =
-    ConfigBuilder("spark.executor.uri").stringConf.createOptional
+    
ConfigBuilder("spark.executor.uri").version("0.8.0").stringConf.createOptional
 
 Review comment:
   No JIRA ID, commit ID: 
46eecd110a4017ea0c86cbb1010d0ccd6a5eb2ef#diff-a885e7df97790e9b59c21c63353e7476

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to