Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 71685 invoked from network); 10 Nov 2008 13:15:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 13:15:05 -0000 Received: (qmail 85490 invoked by uid 500); 10 Nov 2008 13:15:12 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 85466 invoked by uid 500); 10 Nov 2008 13:15:12 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 85442 invoked by uid 99); 10 Nov 2008 13:15:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 05:15:12 -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; Mon, 10 Nov 2008 13:14:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B9AC234C290 for ; Mon, 10 Nov 2008 05:14:44 -0800 (PST) Message-ID: <1835204403.1226322884439.JavaMail.jira@brutus> Date: Mon, 10 Nov 2008 05:14:44 -0800 (PST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-103) Reduce an rows of intermediate In-Reply-To: <1593647741.1226311604473.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 [ https://issues.apache.org/jira/browse/HAMA-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-103: -------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. > Reduce an rows of intermediate > ------------------------------ > > Key: HAMA-103 > URL: https://issues.apache.org/jira/browse/HAMA-103 > Project: Hama > Issue Type: Improvement > Components: implementation, mapred > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.1.0 > > Attachments: HAMA-103.patch, HAMA-103_v01.patch > > > Current multiplication map emit the n^2 rows to intermediate files. So, It have a lot of overhead to read/write them. > Summation also can be moved to map phase. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.