ulysses-you commented on a change in pull request #1177:
URL: https://github.com/apache/incubator-kyuubi/pull/1177#discussion_r724798209
##########
File path:
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/HighAvailabilityConf.scala
##########
@@ -48,6 +48,13 @@ object HighAvailabilityConf {
.booleanConf
.createWithDefault(UserGroupInformation.isSecurityEnabled)
+ val HA_ZK_ACL_ENGINE_ENABLED: ConfigEntry[Boolean] =
+ buildConf("ha.zookeeper.acl.engine.enabled")
+ .doc("Set to true if the zookeeper ensemble is kerberized at engine
side.")
+ .version("1.4.0")
Review comment:
@cxzl25 sorry for the late, can we send a followup change the version to
1.3.1 ?
--
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]