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_r389714858
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -261,13 +301,15 @@ package object config {
// Internal config to propagate the location of the user's jar to the
driver/executors
private[spark] val APP_JAR = ConfigBuilder("spark.yarn.user.jar")
.internal()
+ .version("1.1.0")
.stringConf
.createOptional
// Internal config to propagate the locations of any extra jars to add to
the classpath
// of the executors
private[spark] val SECONDARY_JARS =
ConfigBuilder("spark.yarn.secondary.jars")
.internal()
+ .version("0.9.2")
Review comment:
SPARK-1870, commit ID:
1d3aab96120c6770399e78a72b5692cf8f61a144#diff-50b743cff4885220c828b16c44eeecfd
----------------------------------------------------------------
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]