pan3793 commented on code in PR #5412:
URL: https://github.com/apache/kyuubi/pull/5412#discussion_r1371758543


##########
docs/deployment/migration-guide.md:
##########
@@ -23,7 +23,9 @@
   Both Derby and SQLite are mainly for testing purposes, and they're not 
supposed to be used in production.
   To restore previous behavior, set 
`kyuubi.metadata.store.jdbc.database.type=DERBY` and
   
`kyuubi.metadata.store.jdbc.url=jdbc:derby:memory:kyuubi_state_store_db;create=true`.
-
+* Since Kyuubi 1.8, if the directory of the embedded zookeeper configuration 
(`kyuubi.zookeeper.embedded.directory`
+  & `kyuubi.zookeeper.embedded.data.dir` & 
`kyuubi.zookeeper.embedded.data.log.dir` ) is a relative path, it is resolved

Review Comment:
   ```suggestion
     & `kyuubi.zookeeper.embedded.data.dir` & 
`kyuubi.zookeeper.embedded.data.log.dir`) is a relative path, it is resolved
   ```



-- 
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]

Reply via email to