pan3793 commented on code in PR #5412:
URL: https://github.com/apache/kyuubi/pull/5412#discussion_r1371760656
##########
kyuubi-zookeeper/src/main/scala/org/apache/kyuubi/zookeeper/ZookeeperConf.scala:
##########
@@ -58,12 +59,14 @@ object ZookeeperConf {
val ZK_DATA_DIR: ConfigEntry[String] =
buildConf("kyuubi.zookeeper.embedded.data.dir")
.doc("dataDir for the embedded zookeeper server where stores the in-memory
database" +
- " snapshots and, unless specified otherwise, the transaction log of
updates to the database.")
+ " snapshots and, unless specified otherwise, the transaction log of
updates to the database." +
+ " If it is a relative path, it is resolved relative to KYUUBI_HOME.")
Review Comment:
```suggestion
" snapshots and, unless specified otherwise, the transaction log of
updates to the" +
" database. If it is a relative path, it is resolved relative to
KYUUBI_HOME.")
```
--
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]