pan3793 commented on code in PR #5306:
URL: https://github.com/apache/kyuubi/pull/5306#discussion_r1329531805


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2826,6 +2826,32 @@ object KyuubiConf {
       .version("1.7.2")
       .fallbackConf(ENGINE_SUBMIT_TIMEOUT)
 
+  object YARNClientProxyUserStrategy extends Enumeration {
+    type YARNClientProxyUser = Value
+    val NONE, ADMIN, OWNER = Value
+  }
+
+  val YARN_PROXY_USER_STRATEGY: ConfigEntry[String] =
+    buildConf("kyuubi.yarn.proxyUser.strategy")

Review Comment:
   I'm open to the configuration name, but there are existing 
`kyuubi.kubernetes.xxx` without `client` namespace too.



-- 
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]

Reply via email to