This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch improve-doc in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit de02ca3c99e70a7914490a780ff29c2edb8c13a2 Author: Jiwe Guo <[email protected]> AuthorDate: Thu Apr 20 11:25:15 2023 +0800 Improve doc --- contribute/validate-release-candidate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/validate-release-candidate.md b/contribute/validate-release-candidate.md index fe3bb2d7841..6cc8369cec5 100644 --- a/contribute/validate-release-candidate.md +++ b/contribute/validate-release-candidate.md @@ -39,7 +39,7 @@ gpg --verify apache-pulsar-<release>-bin.tar.gz.asc #### Standalone service -Open a terminal to start a standalone service: +Open a terminal to start a standalone service (For 2.11 or later, please `export PULSAR_STANDALONE_USE_ZOOKEEPER=1` before starting the service): ```shell bin/pulsar standalone
