是这个吗?
[
http://storm.apache.org/releases/1.2.2/Setting-up-a-Storm-cluster.html](
http://storm.apache.org/releases/1.2.2/Setting-up-a-Storm-cluster.html)
3) **nimbus.seeds**: The worker nodes need to know which machines are the candidate of master in order to download topology jars and confs. For example:
```yaml
nimbus.seeds: ["111.222.333.44"]
```
You're encouraged to fill out the value to list of **machine's FQDN**. If you want to set up Nimbus H/A, you have to address all machines' FQDN which run nimbus. You may want to leave it to default value when you just want to set up 'pseudo-distributed' cluster, but you're still encouraged to fill out FQDN.