pan3793 commented on code in PR #4640:
URL: https://github.com/apache/kyuubi/pull/4640#discussion_r1153388670
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilder.scala:
##########
@@ -121,6 +121,16 @@ class SparkProcessBuilder(
buffer += s"${convertConfigKey(k)}=$v"
}
+ setUser(buffer)
Review Comment:
```suggestion
setupKerberos(buffer)
```
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/spark/SparkBatchProcessBuilder.scala:
##########
@@ -56,9 +56,7 @@ class SparkBatchProcessBuilder(
buffer += s"${convertConfigKey(k)}=$v"
}
- setSparkUserName(proxyUser, buffer)
- buffer += PROXY_USER
- buffer += proxyUser
+ setUser(buffer)
Review Comment:
```suggestion
setupKerberos(buffer)
```
--
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]