Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 30477 invoked from network); 20 Feb 2009 01:54:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 01:54:25 -0000 Received: (qmail 8823 invoked by uid 500); 20 Feb 2009 01:54:24 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 8808 invoked by uid 500); 20 Feb 2009 01:54:24 -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 8797 invoked by uid 99); 20 Feb 2009 01:54:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 17:54:24 -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, 20 Feb 2009 01:54:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9E5D234C4AC for ; Thu, 19 Feb 2009 17:54:01 -0800 (PST) Message-ID: <1642603962.1235094841891.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 17:54:01 -0800 (PST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-153) Need some condition-check before matrix algebra In-Reply-To: <1650172121.1234924021839.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-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-153: -------------------------------- Status: Patch Available (was: Open) Rescheduling for hudson +1 > Need some condition-check before matrix algebra > ----------------------------------------------- > > Key: HAMA-153 > URL: https://issues.apache.org/jira/browse/HAMA-153 > Project: Hama > Issue Type: Bug > Components: implementation > Affects Versions: 0.1.0 > Reporter: Samuel Guo > Priority: Minor > Fix For: 0.1.0 > > Attachments: HAMA-153.patch, HAMA-153_v02.patch, HAMA-153_v03.patch, HAMA-153_v04.patch > > > some conditions will be checked before we construct the result matrix and compose the matrix algebra map/reduce job. > for examples, > A + B, we need check that A.rows = B.rows & A.columns = B.columns > A * B, we need check that A.columns = B.rows. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.