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

Luke Lu commented on HADOOP-7279:
---------------------------------

changing /static would break many downstream dependencies that use common 
HttpServer. Why can't hdfs and mr use /static for common resources and 
/hdfs/static and mr/static for their respective resources? Of course separate 
servlets (DefaultServlet would suffice) need to be registered with HttpServer 
to serve the latter.

> Static web resources should not be duplicated between projects
> --------------------------------------------------------------
>
>                 Key: HADOOP-7279
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7279
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Critical
>             Fix For: 0.22.0
>
>
> Right now, some of the common resources (eg hadoop.css) are duplicated 
> between common and dependent projects, since HDFS and MR can't actually load 
> these resources out of the common "static" webapp.
> I'd like to rename common's "static" webapp to "common/static", and host it 
> at a different URL in the dependent projects.

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

Reply via email to