[ 
https://issues.apache.org/jira/browse/STORM-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133648#comment-15133648
 ] 

ASF GitHub Bot commented on STORM-1493:
---------------------------------------

Github user redsanket commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1079#discussion_r51976825
  
    --- Diff: documentation/Setting-up-development-environment.md ---
    @@ -29,13 +29,5 @@ Installing a Storm release locally is only for 
interacting with remote clusters.
     The previous step installed the `storm` client on your machine which is 
used to communicate with remote Storm clusters. Now all you have to do is tell 
the client which Storm cluster to talk to. To do this, all you have to do is 
put the host address of the master in the `~/.storm/storm.yaml` file. It should 
look something like this:
     
     ```
    -nimbus.host: "123.45.678.890"
    +nimbus.seeds: ["123.45.678.890"]
     ```
    -
    -Alternatively, if you use the 
[storm-deploy](https://github.com/nathanmarz/storm-deploy) project to provision 
Storm clusters on AWS, it will automatically set up your ~/.storm/storm.yaml 
file. You can manually attach to a Storm cluster (or switch between multiple 
clusters) using the "attach" command, like so:
    -
    -```
    -lein run :deploy --attach --name mystormcluster
    -```
    -
    -More information is on the storm-deploy 
[wiki](https://github.com/nathanmarz/storm-deploy/wiki)
    --- End diff --
    
    why delete this, deprecated?


> Update Documentation for {{nimbus.seeds}}
> -----------------------------------------
>
>                 Key: STORM-1493
>                 URL: https://issues.apache.org/jira/browse/STORM-1493
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: documentation
>            Reporter: P. Taylor Goetz
>            Assignee: Jungtaek Lim
>            Priority: Trivial
>              Labels: newbie
>
> The website documentation for setting up a cluster still refers to 
> {{nimbus.host}} instead of {{nimbus.seeds}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to