Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 27331 invoked from network); 13 Jan 2009 10:01:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 10:01:27 -0000 Received: (qmail 50032 invoked by uid 500); 13 Jan 2009 10:01:27 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 49996 invoked by uid 500); 13 Jan 2009 10:01:27 -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 49985 invoked by uid 99); 13 Jan 2009 10:01:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 02:01:27 -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; Tue, 13 Jan 2009 10:01:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7781F234C4B2 for ; Tue, 13 Jan 2009 02:01:04 -0800 (PST) Message-ID: <2019593679.1231840864488.JavaMail.jira@brutus> Date: Tue, 13 Jan 2009 02:01:04 -0800 (PST) From: "Samuel Guo (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-129) Improving speed of matrix multiplication In-Reply-To: <1276950529.1228808504272.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-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663284#action_12663284 ] Samuel Guo commented on HAMA-129: --------------------------------- great! BTW, can you share the tablets' key-range distribution of matrix a, matrix b, and result matrix? > Improving speed of matrix multiplication > ---------------------------------------- > > Key: HAMA-129 > URL: https://issues.apache.org/jira/browse/HAMA-129 > Project: Hama > Issue Type: Improvement > Components: implementation > Affects Versions: 0.1.0 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.1.0 > > Attachments: HAMA-129.patch, HAMA-129_newApproach.patch, HAMA-129_v01.patch, HAMA-129_v02.patch, HAMA-129_v03.patch, HAMA-129_v04.patch, HAMA-129_v05.patch, HAMA-129_v06.patch, patch01.txt, patch02.txt > > > We use a blockinputformat (row based partitioning). but it causes "java.lang.OutOfMemoryError: Java heap space" when size is big. > I'll write the formulas and partition them as PIEstimator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.