dongjoon-hyun commented on a change in pull request #34635:
URL: https://github.com/apache/spark/pull/34635#discussion_r751875998
##########
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:
nit.`spark.yarn.am.tokenConf` instead `spark.yarn.am.sendTokenConf`?
`sendTokenConf` sounds like a boolean config like `send` or `not send`.
--
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]