You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/09 03:04:27 UTC

[jira] [Updated] (STORM-456) Storm UI: cannot navigate to topology page when name contains spaces

     [ https://issues.apache.org/jira/browse/STORM-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-456:
-------------------------------
    Component/s: storm-core

> Storm UI: cannot navigate to topology page when name contains spaces
> --------------------------------------------------------------------
>
>                 Key: STORM-456
>                 URL: https://issues.apache.org/jira/browse/STORM-456
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-core
>    Affects Versions: 0.9.1-incubating
>         Environment: storm version: 0.9.1.2.1.2.0-402
> Firefox ESR 17.0.9 on RHEL
>            Reporter: Steven Magana-Zook
>            Priority: Trivial
>             Fix For: 0.10.0
>
>
> 1. Create a Java class that makes your topology
> 2. Submit the topology with a name that contains spaces: StormSubmitter.submitTopology("I Dont Want to Use Underscores", conf, builder.createTopology());
> 3. Submit the jar to storm: storm jar yourUberJar your.topology.class.name
> 4. Open Storm UI in your browser
> 5. Click the link for the submitted topology under "Topology Summary"
> Result: Page refreshes but does not show the topology page
> Expected Result: clicking the link should take you to the topology screen like it does for topologies whose names do not contain spaces OR an error should be returned if a user submits a topology whose names contains spaces and this is not supported.



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