You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "caofangkun (JIRA)" <ji...@apache.org> on 2013/12/15 10:54:06 UTC

[jira] [Created] (STORM-176) UI will lead to wrong url when running storm on yarn

caofangkun created STORM-176:
--------------------------------

             Summary: UI will lead to wrong url when running storm on yarn 
                 Key: STORM-176
                 URL: https://issues.apache.org/jira/browse/STORM-176
             Project: Apache Storm (Incubating)
          Issue Type: Bug
            Reporter: caofangkun
            Priority: Minor



For Example:
On Pure Storm Cluster , the url is  in this pattern, and that's right :
http://nimbus-host:port/topology/topology-id 


But On Yarn the link should be :
http://app-master-host:port/proxy/app-id/topology/topology-id 

Current Storm core.clj will mislead to http://app-master-host:port/topology/topology-id 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)