frankxieke commented on a change in pull request #12567:
URL: https://github.com/apache/pulsar/pull/12567#discussion_r743359429
##########
File path: site2/website-next/versioned_docs/version-2.7.3/deploy-bare-metal.md
##########
@@ -243,7 +243,7 @@ $ PULSAR_EXTRA_OPTS="-Dstats_server_port=8001"
bin/pulsar-daemon start zookeeper
Once you deploy ZooKeeper for your cluster, you need to write some metadata to
ZooKeeper for each cluster in your instance. You only need to write this data
**once**.
-You can initialize this metadata using the
[`initialize-cluster-metadata`](reference-cli-tools.md#pulsar-initialize-cluster-metadata)
command of the [`pulsar`](reference-cli-tools.md#pulsar) CLI tool. This
command can be run on any machine in your ZooKeeper cluster. The following is
an example:
+You can initialize this metadata using the
[`initialize-cluster-metadata`](reference-cli-tools.md#pulsar-initialize-cluster-metadata)
command of the [`pulsar`](reference-cli-tools.md#pulsar) CLI tool. This
command can be run on any machine in your Pulsar, so metadata can be
initialized from a ZooKeeper, Broker, or Bookie machine. The following is an
example:
Review comment:
I think the original doc meaning is "this command can be run on any
machine of ZooKeeper cluster", because one of the argument of the following
command is zookeeper address.
--
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]