You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2023/04/20 08:35:43 UTC

[pulsar-site] branch main updated: [improve][doc] Release verify should set ZK env var (#528)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 07a7cc96507 [improve][doc] Release verify should set ZK env var (#528)
07a7cc96507 is described below

commit 07a7cc965074286712196beeda19edcb35f00b14
Author: Jiwei Guo <te...@apache.org>
AuthorDate: Thu Apr 20 16:35:37 2023 +0800

    [improve][doc] Release verify should set ZK env var (#528)
---
 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..8a2ef6a8502 100644
--- a/contribute/validate-release-candidate.md
+++ b/contribute/validate-release-candidate.md
@@ -42,7 +42,7 @@ gpg --verify apache-pulsar-<release>-bin.tar.gz.asc
 Open a terminal to start a standalone service:
 
 ```shell
-bin/pulsar standalone
+PULSAR_STANDALONE_USE_ZOOKEEPER=1 bin/pulsar standalone
 ```
 
 When you start a standalone cluster, there are a few things to check.