yaooqinn commented on code in PR #5868:
URL: https://github.com/apache/kyuubi/pull/5868#discussion_r1437399126
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2693,6 +2695,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. " +
+ "Currently, only Hive engine supports YARN mode.")
Review Comment:
Why not creating hive-specific configurations?
--
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]