Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 19175 invoked from network); 3 Feb 2008 01:58:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2008 01:58:33 -0000 Received: (qmail 19750 invoked by uid 500); 3 Feb 2008 01:58:23 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 19729 invoked by uid 500); 3 Feb 2008 01:58:23 -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 19720 invoked by uid 99); 3 Feb 2008 01:58:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 17:58:23 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2008 01:58:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59B4171403C for ; Sat, 2 Feb 2008 17:58:08 -0800 (PST) Message-ID: <10220103.1202003888339.JavaMail.jira@brutus> Date: Sat, 2 Feb 2008 17:58:08 -0800 (PST) From: "Chris Douglas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-287) Speed up SequenceFile sort with memory reduction 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-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated HADOOP-287: --------------------------------- Attachment: 287-2.patch This simply makes QuickSorter available as a target for map.sort.class. > Speed up SequenceFile sort with memory reduction > ------------------------------------------------ > > Key: HADOOP-287 > URL: https://issues.apache.org/jira/browse/HADOOP-287 > Project: Hadoop Core > Issue Type: Improvement > Components: io > Affects Versions: 0.17.0 > Reporter: Benjamin Reed > Assignee: Doug Cutting > Attachments: 287-0.patch, 287-1.patch, 287-2.patch, s.patch, zoom-sort.patch, zoom-sort.patch > > > I replaced the merge sort with a quick sort and it yielded approx 30% improvement in sort time. It also reduced the memory requirement for sorting because the sort is done in place. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.