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/09/21 14:03:50 UTC

[GitHub] storm pull request #2844: STORM-3232: Display on the UI all versions of stor...

GitHub user revans2 opened a pull request:

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

     STORM-3232: Display on the UI all versions of storm that are supported

    Also display the full version info from STORM-621

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

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

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

    https://github.com/apache/storm/pull/2844.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 #2844
    
----
commit 70dd313e2be5c6ea6ca7d30fbdb05960cc3c6b33
Author: Robert (Bobby) Evans <ev...@...>
Date:   2018-09-19T14:08:32Z

    STORM-3232: Display on the UI all the versions of storm supported.

commit 1f1fb0a129a2bbf3a5065af08fc28e309612dea6
Author: Robert (Bobby) Evans <ev...@...>
Date:   2018-09-21T13:41:29Z

    STORM-621: Added in full version info

----


---

[GitHub] storm pull request #2844: STORM-3232: Display on the UI all versions of stor...

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

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


---

[GitHub] storm issue #2844: STORM-3232: Display on the UI all versions of storm that ...

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

    https://github.com/apache/storm/pull/2844
  
    Some example screen shots. On the last one I had to remove the git repo and user name because of work requirements :(
    
    <img width="462" alt="multiple" src="https://user-images.githubusercontent.com/3441321/45886457-d3199c00-bd7e-11e8-857e-cc0c4aff4ea1.png">
    
    <img width="537" alt="multipletoggle" src="https://user-images.githubusercontent.com/3441321/45886476-db71d700-bd7e-11e8-9258-c2e4fe9891f4.png">
    
    <img width="458" alt="basic" src="https://user-images.githubusercontent.com/3441321/45886492-e462a880-bd7e-11e8-9a7b-ce5749fc778e.png">
    
    <img width="824" alt="toggled" src="https://user-images.githubusercontent.com/3441321/45886565-0f4cfc80-bd7f-11e8-8f59-5e0f77b407d7.png">
    



---

[GitHub] storm issue #2844: STORM-3232: Display on the UI all versions of storm that ...

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

    https://github.com/apache/storm/pull/2844
  
    Why is `Topologies matching 1.0 will run under 2.0-unittests`? Should it be `run under 2.0.0-SNAPSHOT` since the nimbus version is `2.0.0-SNAPSHOT`?


---

[GitHub] storm issue #2844: STORM-3232: Display on the UI all versions of storm that ...

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

    https://github.com/apache/storm/pull/2844
  
    @Ethanlm I used the same config that I added as a part of the unit tests for this.  It has garbage data in it, but made it so I didn't have to fully setup multiple versions on my test cluster.


---