You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2018/10/22 19:28:56 UTC

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

GitHub user revans2 opened a pull request:

    https://github.com/apache/storm/pull/2892

    Added in better docs for local mode testing.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/revans2/incubator-storm LOCAL_MODE_DOCS

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2892.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2892
    
----

----


---

[GitHub] storm issue #2892: Added in better docs for local mode testing.

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on the issue:

    https://github.com/apache/storm/pull/2892
  
    +1


---

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

Posted by srdo <gi...@git.apache.org>.
Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2892#discussion_r227063418
  
    --- Diff: docs/Local-mode.md ---
    @@ -7,7 +7,9 @@ Local mode simulates a Storm cluster in process and is useful for developing and
     
     To run a topology in local mode you have two options.  The most common option is to run your topology with `storm local` instead of `storm jar`
     
    -This will bring up a local simulated cluster and force all interactions with nimbus to go through the simulated cluster instead of going to a separate process.
    +This will bring up a local simulated cluster and force all interactions with nimbus to go through the simulated cluster instead of going to a separate process. By default this will run the process for 20 seconds before tearing down the entire cluster.  You can override this by including a `--local-ttl` command line option which sets the number of seconds it should run for.
    +
    +### Programatic
    --- End diff --
    
    Nit: Two m's in programmatic


---

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2892


---