Repository: storm Updated Branches: refs/heads/master e25f28f71 -> 2065dcada
replace nimbus.host with nimbus.seeds Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/c804139e Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/c804139e Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/c804139e Branch: refs/heads/master Commit: c804139e86010f7a845af8a0d1713d7efbe7f699 Parents: d59eaac Author: Xin Wang <[email protected]> Authored: Fri Nov 6 11:31:32 2015 +0800 Committer: Xin Wang <[email protected]> Committed: Fri Nov 6 11:31:32 2015 +0800 ---------------------------------------------------------------------- conf/storm.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/c804139e/conf/storm.yaml.example ---------------------------------------------------------------------- diff --git a/conf/storm.yaml.example b/conf/storm.yaml.example index 5fd35f8..4ebb329 100644 --- a/conf/storm.yaml.example +++ b/conf/storm.yaml.example @@ -19,7 +19,7 @@ # - "server1" # - "server2" # -# nimbus.host: "nimbus" +# nimbus.seeds: ["localhost"] # # # ##### These may optionally be filled in:
