Yikf commented on code in PR #5868:
URL: https://github.com/apache/kyuubi/pull/5868#discussion_r1430834204
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2677,6 +2679,79 @@ object KyuubiConf {
.stringConf
.createOptional
+ val ENGINE_DEPLOY_MODE: ConfigEntry[String] =
+ buildConf("kyuubi.engine.deploy.mode")
+ .doc("Configures the engine deploy mode, The value can be 'local',
'yarn'. " +
+ "In local mode, the engine operates on the same node as the
KyuubiServer. " +
+ "In YARN mode, the engine runs within the Application Master (AM)
container of YARN. " +
Review Comment:
yea
--
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]