[ http://issues.apache.org/jira/browse/HADOOP-351?page=all ]

Devaraj Das updated HADOOP-351:
-------------------------------

    Attachment: nio_socketstream.patch

Modified Server.java to remove Jetty dependency

> Remove Jetty dependency
> -----------------------
>
>                 Key: HADOOP-351
>                 URL: http://issues.apache.org/jira/browse/HADOOP-351
>             Project: Hadoop
>          Issue Type: Wish
>          Components: ipc
>            Reporter: Barry Kaplan
>         Assigned To: Devaraj Das
>         Attachments: nio_socketstream.patch
>
>
> Somewhat related to HADOOP-349, it would be nice to not have a Jetty 
> dependency for those of us embedding Hadoop within our own web applications. 
> In particular the Server object is using SocketChannelOutputStream from the 
> Jetty code base. It seems to me that for an object like this it would be 
> better to simply have a Hadoop version of a blocking output stream on an nio 
> channel if necessary vs. using the Jetty version requiring a Hadoop user's to 
> package yet another jar file (and all the complications that are associated 
> with that).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to