turboFei commented on code in PR #6008:
URL: https://github.com/apache/kyuubi/pull/6008#discussion_r1525746783
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/AdminResource.scala:
##########
@@ -246,7 +246,12 @@ private[v1] class AdminResource extends ApiRequestContext
with Logging {
@QueryParam("sharelevel") shareLevel: String,
@QueryParam("subdomain") subdomain: String,
@QueryParam("proxyUser") kyuubiProxyUser: String,
- @QueryParam("hive.server2.proxy.user") hs2ProxyUser: String): Response =
{
+ @QueryParam("hive.server2.proxy.user") hs2ProxyUser: String,
+ @QueryParam("forceKill") @DefaultValue("false") forceKill: Boolean,
+ @QueryParam("refId") refId: String,
Review Comment:
otherwise, Kyuubiserver can not check whether you have permission to kill
the engine.
You can specify any refId to kill, it does not make senses.
--
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]