You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/14 09:33:43 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a diff in pull request #2353: [SUB-TASK][KPIP-4] Implement BatchJobSubmission operation and basic KyuubiBatchSessionImpl

yaooqinn commented on code in PR #2353:
URL: https://github.com/apache/incubator-kyuubi/pull/2353#discussion_r850266331


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -806,6 +807,21 @@ object KyuubiConf {
       .booleanConf
       .createWithDefault(true)
 
+  val SESSION_BATCH_STATIC_SECRET_ID: OptionalConfigEntry[String] =
+    buildConf("kyuubi.session.batch.static.secret.id")

Review Comment:
   kyuubi.batch.



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org