Jennifer88huang commented on a change in pull request #11452:
URL: https://github.com/apache/pulsar/pull/11452#discussion_r684967751
##########
File path: site2/docs/deploy-bare-metal.md
##########
@@ -19,21 +19,20 @@ sidebar_label: Bare metal
> package and install `apache-pulsar-offloaders` under `offloaders` directory
> in the pulsar directory on every broker node. For more details of how to
> configure
> this feature, you can refer to the [Tiered storage
> cookbook](cookbooks-tiered-storage.md).
-Deploying a Pulsar cluster involves doing the following (in order):
+Deploying a Pulsar cluster involves doing the following:
-* Deploy a [ZooKeeper](#deploy-a-zookeeper-cluster) cluster (optional)
-* Initialize [cluster metadata](#initialize-cluster-metadata)
-* Deploy a [BookKeeper](#deploy-a-bookkeeper-cluster) cluster
-* Deploy one or more Pulsar [brokers](#deploy-pulsar-brokers)
+1. Deploy a [ZooKeeper](#deploy-a-zookeeper-cluster) cluster (optional)
+2. Initialize [cluster metadata](#initialize-cluster-metadata)
+3. Deploy a [BookKeeper](#deploy-a-bookkeeper-cluster) cluster
+4. Deploy one or more Pulsar [brokers](#deploy-pulsar-brokers)
## Preparation
### Requirements
-Currently, Pulsar is available for 64-bit **macOS*, **Linux**, and
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later
versions.
+Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and
**Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later
versions.
-> If you already have an existing ZooKeeper cluster and want to reuse it, you
do not need to prepare the machines
-> for running ZooKeeper.
+> You can reuse existing Zookeeper clusters.
Review comment:
ZooKeeper
##########
File path: site2/docs/deploy-bare-metal.md
##########
@@ -43,29 +38,25 @@ To run Pulsar on bare metal, the following configuration is
recommended:
* A single [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) name
covering all of the Pulsar broker hosts
> **Note**
->
-> Broker is only supported on 64-bit JVM.
-
-> If you do not have enough machines, or to try out Pulsar in cluster mode
(and expand the cluster later),
-> you can deploy a full Pulsar configuration on one node, where Zookeeper, the
bookie and broker are run on the same machine.
-
-> If you do not have a DNS server, you can use the multi-host format in the
service URL instead.
-
+>
+> * Broker is only supported on 64-bit JVM.
+> * If you do not have enough machines, or you want to test Pulsar in cluster
mode (and expand the cluster later), You can fully deploy pulsar on a node on
which zookeeper, bookie and broker run
Review comment:
```suggestion
> * If you do not have enough machines, or you want to test Pulsar in
cluster mode (and expand the cluster later), You can fully deploy Pulsar on a
node on which ZooKeeper, bookie and broker run.
```
--
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]