GitHub user nielsbasjes opened a pull request:
https://github.com/apache/incubator-storm/pull/52
Spouts and Bolts with whitespace in name can be viewed in ui
If you run a topology with a spout or bolt that contains a whitespace in
the name (i.e. "Do some thing") then the URL towards the component page will
look something like this:
/topology/TOPONAME-12-12345678/component/Do+some+thing
The page that is opened on that link will try to show a component called
Do+some+thing
which it doesn't have.
This fix is a simple URL decoding step for just the component field.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nielsbasjes/incubator-storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/52.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 #52
----
commit 813952a8b1345586e53da62d1d65546c15d9e120
Author: Niels Basjes <[email protected]>
Date: 2014-03-24T19:06:51Z
Bolt with whitespace in name can be viewed in ui
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---