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 2019/09/09 02:35:35 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5140: [doc] Improve Pulsar Deployment DCOS

Anonymitaet commented on a change in pull request #5140: [doc] Improve Pulsar Deployment DCOS
URL: https://github.com/apache/pulsar/pull/5140#discussion_r322047524
 
 

 ##########
 File path: site2/docs/deploy-dcos.md
 ##########
 @@ -42,14 +42,14 @@ You can deploy Pulsar on DC/OS using this command:
 $ dcos marathon group add PulsarGroups.json
 ```
 
-This command will deploy Docker container instances in three groups, which together comprise a Pulsar cluster:
+This command deploys Docker container instances in three groups, which together comprise a Pulsar cluster:
 
 * 3 bookies (1 [bookie](reference-terminology.md#bookie) on each agent node and 1 [bookie recovery](http://bookkeeper.apache.org/docs/latest/admin/autorecovery/) instance)
 * 3 Pulsar [brokers](reference-terminology.md#broker) (1 broker on each node and 1 admin instance)
 * 1 [Prometheus](http://prometheus.io/) instance and 1 [Grafana](https://grafana.com/) instance
 
 
-> When running DC/OS, a ZooKeeper cluster is already running at `master.mesos:2181`, thus there's no need to install or start up ZooKeeper separately.
+> When you run DC/OS, a ZooKeeper cluster already run at `master.mesos:2181`, thus you do not have to install or start up ZooKeeper separately.
 
 Review comment:
   ```suggestion
   > When you run DC/OS, a ZooKeeper cluster already runs at `master.mesos:2181`, thus you do not have to install or start up ZooKeeper separately.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services