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

Thomas Graves commented on MAPREDUCE-2999:
------------------------------------------

I filed HADOOP-7662 to fix the issue with /logs.  That does mean that we could 
just register "/" instead of doing the redirect.  However I think the redirect 
makes it easier for filters to differentiate urls.  This goes along with 
MAPREDUCE-3021.  If we allow all the webapps to use host:port/ then the filters 
have no way of differentiation rm from nm from am, etc. The redirect would 
allow the filters to work as well as still allow you to go to host:port/. We 
can either leave redirect how it is in the patch or we could probably put in 
index.html similar to how jobtracker/namenode did redirect.  

> hadoop.http.filter.initializers not working properly on yarn UI
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-2999
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2999
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Thomas Graves
>            Priority: Critical
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2999.patch, MAPREDUCE-2999.patch, 
> MAPREDUCE-2999.patch
>
>
> Currently httpserver only has *.html", "*.jsp as user facing urls when you 
> add a filter. For the new web framework in yarn, the pages no longer have the 
> *.html or *.jsp and thus they are not properly being filtered.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to