Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 458 invoked from network); 14 Nov 2008 11:17:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 11:17:18 -0000 Received: (qmail 38440 invoked by uid 500); 14 Nov 2008 11:17:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 38338 invoked by uid 500); 14 Nov 2008 11:17:21 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 38317 invoked by uid 99); 14 Nov 2008 11:17:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 03:17:21 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 11:16:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F2B7234C29E for ; Fri, 14 Nov 2008 03:16:44 -0800 (PST) Message-ID: <1901766197.1226661404519.JavaMail.jira@brutus> Date: Fri, 14 Nov 2008 03:16:44 -0800 (PST) From: "Greg Wilkins (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-1650) Upgrade Jetty to 6.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647584#action_12647584 ] Greg Wilkins commented on HADOOP-1650: -------------------------------------- just a progress report on the work we are doing in jetty to support the hadoop use-case of sending large ranges from huge files. We've implemented a RandomAccessFileBuffer that allows NIO to efficiently send parts of files. We've updated our HttpGenerator to be able to use this. This is checked into jetty trunk and we are testing now. In a week or two, we hope to have some benchmarks and some instructions as to how to use this with hadoop. You can watch progress at http://jira.codehaus.org/browse/JETTY-748 cheers > Upgrade Jetty to 6.x > -------------------- > > Key: HADOOP-1650 > URL: https://issues.apache.org/jira/browse/HADOOP-1650 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Devaraj Das > Assignee: Devaraj Das > Attachments: 1650-0.patch, 1650-1_core.patch, 1650-1_merge.patch, 1650-1_proxy_delta.patch, 1650-20080120.patch, 1650-jetty6.1.9.patch, 1650-jetty6.1.9.v1.patch, hadoop-1650-jetty6.1.5.patch, hadoop-jetty6.1.4-lib.tar.gz, hadoop-jetty6.1.6-lib.tar.gz, hadoop-jetty6.1.9-lib.tar.gz, jetty-hadoop-6.1.6.patch, jetty-hbase.patch, jetty6.1.4.patch, jetty6.1.6.patch > > > This is the third attempt at moving to jetty6. Apparently, the jetty-6.1.4 has fixed some of the issues we discovered in jetty during HADOOP-736 and HADOOP-1273. I'd like to keep this issue open for sometime so that we have enough time to test out things. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.