gengliangwang commented on code in PR #46980:
URL: https://github.com/apache/spark/pull/46980#discussion_r1639063950
##########
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala:
##########
@@ -620,8 +620,9 @@ private[spark] class Client(
// If we passed in a keytab, make sure we copy the keytab to the staging
directory on
// HDFS, and setup the relevant environment vars, so the AM can login
again.
amKeytabFileName.foreach { kt =>
- logInfo("To enable the AM to login from keytab, credentials are being
copied over to the AM" +
- " via the YARN Secure Distributed Cache.")
+ logInfo(log"To enable the AM to login from keytab, " +
Review Comment:
There is no need to change this one.
--
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]