You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Jian He (JIRA)" <ji...@apache.org> on 2013/08/23 20:53:55 UTC

[jira] [Commented] (YARN-981) YARN/MR2/Job history /logs and /metrics link do not have correct content

    [ https://issues.apache.org/jira/browse/YARN-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748860#comment-13748860 ] 

Jian He commented on YARN-981:
------------------------------

Regarding the LocalLogs link, the problem is on webapp.Dispatcher, if the request uri comes as '/static/', '/logs/' or '/cluster' which all return the pathInfo as '/'. In case of '/', the RM webApp router just routes it to the main page.

Made the change that only apply GuiceFilter to '/cluster/*', '/node/*', '/jobhistory/*' and '/'

The metrics link has not been fixed, which is also not working on HDFS site though.
                
> YARN/MR2/Job history /logs and /metrics link do not have correct content
> ------------------------------------------------------------------------
>
>                 Key: YARN-981
>                 URL: https://issues.apache.org/jira/browse/YARN-981
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Xuan Gong
>            Assignee: Jian He
>         Attachments: YARN-981.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira