Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 45878 invoked from network); 1 Aug 2006 17:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 17:32:50 -0000 Received: (qmail 87792 invoked by uid 500); 1 Aug 2006 17:32:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 87767 invoked by uid 500); 1 Aug 2006 17:32:49 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 87751 invoked by uid 99); 1 Aug 2006 17:32:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 10:32:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 10:32:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5576241001F for ; Tue, 1 Aug 2006 17:30:17 +0000 (GMT) Message-ID: <2493016.1154453417347.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 10:30:17 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-287) Speed up SequenceFile sort with memory reduction In-Reply-To: <30420683.1149716489884.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-287?page=comments#action_12424941 ] Owen O'Malley commented on HADOOP-287: -------------------------------------- This patch broke the build. In particular, the org.apache.hadoop.mapred.TestMiniMRLocalFS no longer finishes. When the job becomes stuck, the reduces are still running. I assume they are stuck in an infinite loop somewhere. > Speed up SequenceFile sort with memory reduction > ------------------------------------------------ > > Key: HADOOP-287 > URL: http://issues.apache.org/jira/browse/HADOOP-287 > Project: Hadoop > Issue Type: Improvement > Components: io > Affects Versions: 0.3.2 > Reporter: Benjamin Reed > Assigned To: Doug Cutting > Fix For: 0.5.0 > > Attachments: 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. - 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