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 2017/11/20 19:49:29 UTC

[GitHub] storm pull request #2429: STORM-2813: Use a class for normalized resources n...

GitHub user revans2 opened a pull request:

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

    STORM-2813: Use a class for normalized resources not a map.

    The goal here was at a minimum have a clear way to know if the resources were normalized or not, and secondarily to have something a bit better performance wise from a HashMap.

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

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

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

    https://github.com/apache/storm/pull/2429.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 #2429
    
----

----


---

[GitHub] storm pull request #2429: STORM-2813: Use a class for normalized resources n...

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

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


---