+1, seems the split of docs per storm version needs a bit of cleanup. Happy to help with that!
@ Saturday, April 30, 2016, Abhishek Agarwal <[email protected]> wrote: > Joaquin, > I can understand. It would be great if you can file JIRAs for any such > issues in the documentation so that they can be tracked and fixed. > like below for example > https://issues.apache.org/jira/browse/STORM-1752 > > On Sat, Apr 30, 2016 at 10:58 PM, Joaquin Menchaca <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> The 0.10.0 does not document nimbus.host, but it does document >> nimbus.seeds. >> >> As this is my first storm cluster implementation, reading the docs was >> confusing. :) >> >> The documentation references nathanmarz repos in multiple places. The >> docs use his repos as a source of truth for defaults and deploy/install >> scripts, where the docs fall short. >> >> Seperate from this, I noticed the 0.10.0 docs also point to an older >> version of Zookeeper. >> >> >> >> >> On Sat, Apr 30, 2016 at 9:16 AM, Abhishek Agarwal <[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >> >>> nimbus.host has been deprecated in 1.0 in favor of nimbus.seeds. Nimbus >>> high availability was introduced in 1.0 and along with it, nimbus.seeds >>> config was introduced. Recently there was a major change made in >>> documentation to split the docs into release specific bins. However, many >>> things were probably missed during this split. >>> >>> On Sat, Apr 30, 2016 at 1:38 PM, Erik Weathers <[email protected] >>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >>> >>>> nimbus.seeds is related to HA nimbus. I don't know much more about >>>> it. Docs seem to explain it pretty well. The nathanmarz repos are >>>> ancient, don't rely upon that. >>>> >>>> - Erik >>>> >>>> On Fri, Apr 29, 2016 at 11:01 PM, Joaquin Menchaca < >>>> [email protected] >>>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >>>> >>>>> Hello, >>>>> >>>>> I am following 0.10.0 docs ( >>>>> http://storm.apache.org/releases/0.10.0/Setting-up-a-Storm-cluster.html >>>>> ). >>>>> >>>>> I noticed 0.10.0 docs mention nimbus.seeds: ["111.222.333.44"], but I >>>>> did not see this mentioned in the defaults.yaml or nathanmarz/storm-deploy >>>>> referenced from the docs. >>>>> >>>>> There was nimbus.host mentioned other online instructions document >>>>> setting up this this up in the storm.yaml. It was listed in the >>>>> default.yaml >>>>> <https://github.com/apache/storm/blob/v0.10.0/conf/defaults.yaml>. I >>>>> did not see this listed as something we should configure in the Storm >>>>> 0.10.0 docs. >>>>> >>>>> So, do we include nimbus.host or nimbus.seeds, or both? >>>>> >>>>> Also, 0.10.0 docs also reference nathanmarz/storm-deploy repo, and in >>>>> there, this variable storm.supervisor.servers is defined in storm.clj >>>>> <https://github.com/nathanmarz/storm-deploy/blob/master/src/clj/backtype/storm/crate/storm.clj>. >>>>> which is not listed in the default. Do these need to be configured? >>>>> >>>>> -- >>>>> >>>>> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。 >>>>> >>>> >>>> >>> >>> >>> -- >>> Regards, >>> Abhishek Agarwal >>> >>> >> >> >> -- >> >> 是故勝兵先勝而後求戰,敗兵先戰而後求勝。 >> > > > > -- > Regards, > Abhishek Agarwal > >
