beliefer commented on a change in pull request #27856: [SPARK-31092][YARN][DOC] 
Add version information to the configuration of Yarn
URL: https://github.com/apache/spark/pull/27856#discussion_r389651496
 
 

 ##########
 File path: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
 ##########
 @@ -37,95 +38,112 @@ package object config {
     .doc("Application priority for YARN to define pending applications 
ordering policy, those" +
       " with higher value have a better opportunity to be activated. 
Currently, YARN only" +
       " supports application priority when using FIFO ordering policy.")
+    .version("3.0.0")
     .intConf
     .createOptional
 
   private[spark] val AM_ATTEMPT_FAILURE_VALIDITY_INTERVAL_MS =
     ConfigBuilder("spark.yarn.am.attemptFailuresValidityInterval")
       .doc("Interval after which AM failures will be considered independent 
and " +
         "not accumulate towards the attempt count.")
+      .version("1.6.0")
 
 Review comment:
   SPARK-10739, commit ID: 
f97e9323b526b3d0b0fee0ca03f4276f37bb5750#diff-b050df3f55b82065803d6e83453b9706

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