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

urfree 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 d381d0712b2 Docs sync done from apache/pulsar(#48090f3)
d381d0712b2 is described below

commit d381d0712b2dd20e6eba348413f9a531e6bbd6a3
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Tue Jul 5 18:01:40 2022 +0000

    Docs sync done from apache/pulsar(#48090f3)
---
 site2/website-next/docs/sql-getting-started.md         | 9 ++++++++-
 site2/website-next/static/swagger/restApiVersions.json | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/docs/sql-getting-started.md 
b/site2/website-next/docs/sql-getting-started.md
index 17b122bd7c5..15375a7251c 100644
--- a/site2/website-next/docs/sql-getting-started.md
+++ b/site2/website-next/docs/sql-getting-started.md
@@ -17,10 +17,17 @@ To query data in Pulsar with Pulsar SQL, complete the 
following steps.
 
 ```bash
 
-./bin/pulsar standalone
+PULSAR_STANDALONE_USE_ZOOKEEPER=1 ./bin/pulsar standalone
 
 ```
 
+:::note
+
+Starting the Pulsar standalone cluster from scratch doesn't enable ZooKeeper 
by default. 
+However, the Pulsar SQL depends on ZooKeeper. Therefore, you need to set 
`PULSAR_STANDALONE_USE_ZOOKEEPER=1` to enable ZooKeeper.
+
+:::
+
 2. Start a Pulsar SQL worker.
 
 ```bash
diff --git a/site2/website-next/static/swagger/restApiVersions.json 
b/site2/website-next/static/swagger/restApiVersions.json
index d9a1ab44d1f..b45fc5f3c6c 100644
--- a/site2/website-next/static/swagger/restApiVersions.json
+++ b/site2/website-next/static/swagger/restApiVersions.json
@@ -273,7 +273,7 @@
             ]
         }
     ],
-    "2.7.3": [
+    "2.7.4": [
         {
             "version": "v2",
             "fileName": [
@@ -289,7 +289,7 @@
             ]
         }
     ],
-    "2.7.4": [
+    "2.7.3": [
         {
             "version": "v2",
             "fileName": [

Reply via email to