sunchao commented on a change in pull request #34635:
URL: https://github.com/apache/spark/pull/34635#discussion_r751896855
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -78,6 +78,20 @@ package object config extends Logging {
.booleanConf
.createWithDefault(false)
+ private[spark] val AM_SEND_TOKEN_CONF =
+ ConfigBuilder("spark.yarn.am.sendTokenConf")
Review comment:
I don't know what is a good name for this and just followed the Hadoop
side config name. `send` here is supposed to mean that the token conf is sent
from AM to RM
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]