Vxider commented on issue #3247: Failed to submit topology to standalone cluster URL: https://github.com/apache/incubator-heron/issues/3247#issuecomment-487265098 Problem solved when I fold the `zookeepers:` filed in `inventory.yaml` and add ports. [Multi-node standalone cluster](https://apache.github.io/incubator-heron/docs/operators/deployment/schedulers/standalone/#Configuration) should give a multi-node configuration example. Now my `inventory.yaml` looks like this: ``` cluster: - 20.0.1.124 - 20.0.1.125 - 20.0.1.126 - 20.0.1.127 zookeepers: - 20.0.1.124:2181,20.0.1.125:2181,20.0.1.126:2181,20.0.1.127:2181 ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
