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

Sanjay Dahiya updated HADOOP-565:
---------------------------------

    Attachment: Hadoop-565.patch

Jetty 6 is not API compatible with earlier version for embedded usage, This 
patch changes StatusHttpServer to work with jetty 6.0. 

The minimum set of jar files to include for this patch to work follows 
- jetty-6.0.1.jar
- jetty-util-6.0.1.jar
- servlet-api-2.5-6.0.1.jar
- jsp-2.0/* -- includes 
        - ant-1.6.5.jar
        - commons-el-1.0.jar
        - jasper-compiler-5.5.15.jar    
        - jasper-compiler-jdt-5.5.15.jar
        - jasper-runtime-5.5.15.jar
        - jsp-api-2.0.jar
        - xercesImpl-2.6.2.jar
        - xmlParserAPIs-2.6.2.jar

Jetty uses slf4j so we need the following bridge to get logs in 
commons-logging. 
- slf4j-jcl.jar

All files from older jetty distro can be removed. 

> Upgrade Jetty to 6.x
> --------------------
>
>                 Key: HADOOP-565
>                 URL: http://issues.apache.org/jira/browse/HADOOP-565
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Owen O'Malley
>         Assigned To: Sanjay Dahiya
>         Attachments: Hadoop-565.patch
>
>
> Now that Jetty 6.x has been released as stable, we should upgrade.

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