mirror of https://github.com/apache/kafka.git
MINOR: Fix typo in Vagrant README
the wrong word in this sentence " allows us to bring machies up in parallel on AWS." . “machies” change to "machines". Author: Yang Wei <yangvlive@gmail.com> Reviewers: Jason Gustafson <jason@confluent.io> Closes #1949 from yangwei71/trunk
This commit is contained in:
parent
c78a3b173d
commit
9e8934065a
|
@ -35,7 +35,7 @@ Now bring up the cluster:
|
|||
We separate out the steps (bringing up the base VMs, mapping hostnames, and configuring the VMs)
|
||||
due to current limitations in ZooKeeper (ZOOKEEPER-1506) that require us to
|
||||
collect IPs for all nodes before starting ZooKeeper nodes. Breaking into multiple steps
|
||||
also allows us to bring machies up in parallel on AWS.
|
||||
also allows us to bring machines up in parallel on AWS.
|
||||
|
||||
Once this completes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue