|
In addition to the above variables, you also need to define three roles, one for the machine that will run the master processes, one for the machines that will run the Hyperspace replicas, and one for the machines that will run the RangeServers. Edit the following lines:- role :source, "admin1"
- role :master, "master"
- role :hyperspace, "hyperspace001", "hyperspace002", "hyperspace003"
- role :slave, "slave001", "slave002", "slave003", "slave004", "slave005", "slave006", "slave007", "slave008"
- role :localhost, "admin1"
- role :thriftbroker_additional
- role :spare
复制代码 |
|