Github user Parth-Brahmbhatt commented on a diff in the pull request:
https://github.com/apache/storm/pull/865#discussion_r44204822
--- Diff: conf/storm.yaml.example ---
@@ -19,7 +19,7 @@
# - "server1"
# - "server2"
#
-# nimbus.host: "nimbus"
+# nimbus.seeds: ["localhost"]
--- End diff --
Can you instead use values that will be valid in a single node setup? With
current values anyone running storm locally will be forced to update this value.
nimbus.seeds:["localhost","127.0.0.1"]
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---