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

Luke Lu commented on HADOOP-7594:
---------------------------------

It's unfortunate that hadoop-common becomes a kitchen sink. o.a.h.fs.s3, 
o.a.h.fs.kfs, o.a.h.fs.ftp and now o.a.h.fs.http should really be in their own 
modules (it's easy now thanks to the mavenization effort).

Jersey dependencies in HttpServer (and hadoop-common) is not necessary and the 
new method violates the HttpServer abstraction which is to hide the actual 
server implementations (note, there is no jetty stuff leaked out of 
HttpServer). We just need a more generalized form of addServlet so init 
parameters can be set.

Opening a JIRA to address this.

> Support HTTP REST in HttpServer
> -------------------------------
>
>                 Key: HADOOP-7594
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7594
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: c7594_20110830.patch, c7594_20110830b.patch, 
> c7594_20110831.patch
>
>
> Provide an API in HttpServer for supporting HTTP REST.
> This is a part of HDFS-2284.

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

        

Reply via email to