You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/05 02:49:33 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #16369: [fix][doc] Enable zk when starting standalone in pulsar-sql doc

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org