pan3793 commented on code in PR #5653:
URL: https://github.com/apache/kyuubi/pull/5653#discussion_r1388808582
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1932,6 +1932,17 @@ object KyuubiConf {
.stringConf
.createWithDefault("server_operation_logs")
+ val PROXY_USER: OptionalConfigEntry[String] =
+ buildConf("kyuubi.proxy.user")
+ .doc("An alternative to hive.server2.proxy.user. " +
+ "The current behavior is consistent with hive.server2.proxy.user " +
+ "and takes effect only in FrontendServices, " +
+ "which contains TFrontendService and KyuubiRestFrontendService. " +
Review Comment:
a general tip: docs are for end users, we should say it affects RESTful API
instead of `KyuubiRestFrontendService`
--
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]