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

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

Updated a new patch. the things it implements:

- update to use new HttpServer constructor added in HADOOP-7639. Registers 
pathspecs for "/", "/<webapp name> , "/<webapp name>/*".  If not webapp name 
provided then it registered "/", "/*".
- Add a redirect from / to /<webapp name>.  This is to allow a filter to be 
able to differentiate pages.

All of the base servlets still work as long as HADOOP-7662 (for /logs) is 
included.  Filters now apply properly to the yarn webapps.

> 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, 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