Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 94170 invoked from network); 15 Jan 2009 01:10:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 01:10:20 -0000 Received: (qmail 62764 invoked by uid 500); 15 Jan 2009 01:10:20 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 62749 invoked by uid 500); 15 Jan 2009 01:10:20 -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 62737 invoked by uid 99); 15 Jan 2009 01:10:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 17:10:20 -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; Thu, 15 Jan 2009 01:10:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E20A234C48B for ; Wed, 14 Jan 2009 17:09:59 -0800 (PST) Message-ID: <850025131.1231981799580.JavaMail.jira@brutus> Date: Wed, 14 Jan 2009 17:09:59 -0800 (PST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-144) GetProgress during MR over a matrix In-Reply-To: <1143389191.1231904219679.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-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663960#action_12663960 ] Edward J. Yoon commented on HAMA-144: ------------------------------------- +1 for this patch. > GetProgress during MR over a matrix > ----------------------------------- > > Key: HAMA-144 > URL: https://issues.apache.org/jira/browse/HAMA-144 > Project: Hama > Issue Type: Improvement > Components: implementation > Reporter: Samuel Guo > Priority: Minor > Attachments: HAMA-144.patch > > > Defaultly, we don't know how to get progress during MR over a HBase table. > But in a matrix, the data are sorted by row-no. we know the rows of a split of a HBase table. > we can compute *progress* by / . > And this is helpful that we can know the progress during blocking, multiplication and other operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.