momo-jun commented on code in PR #16369:
URL: https://github.com/apache/pulsar/pull/16369#discussion_r913345640


##########
site2/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 the zookeeper. Therefore, we need to set 
`PULSAR_STANDALONE_USE_ZOOKEEPER=1` to enable the zookeeper.

Review Comment:
   ```suggestion
   However, the Pulsar SQL depends on ZooKeeper. Therefore, you need to set 
`PULSAR_STANDALONE_USE_ZOOKEEPER=1` to enable ZooKeeper.
   ```



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

Reply via email to