eubnara commented on code in PR #42690:
URL: https://github.com/apache/spark/pull/42690#discussion_r1307395392
##########
core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala:
##########
@@ -64,7 +64,7 @@ private[spark] class SparkHadoopUtil extends Logging {
}
def createSparkUser(): UserGroupInformation = {
- val user = Utils.getCurrentUserName()
+ val user = Utils.getCurrentFullUserName()
Review Comment:
set full principal user name to ugi on executor side
--
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]