momo-jun commented on code in PR #16369: URL: https://github.com/apache/pulsar/pull/16369#discussion_r913345396
########## 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. Review Comment: ```suggestion Starting the Pulsar standalone cluster from scratch doesn't enable ZooKeeper by default. ``` -- 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]
