[ 
https://issues.apache.org/jira/browse/HAMA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664099#action_12664099
 ] 

Hudson commented on HAMA-144:
-----------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12397956/HAMA-144_v03.patch
against trunk revision 734602.

    @author +1.  The patch does not contain any @author tags.

    tests included -1.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no tests are needed for this patch.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new javac compiler 
warnings.

    release audit +1.  The applied patch does not generate any new release 
audit warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Hama-Patch/145/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Hama-Patch/145/artifact/trunk/build/reports/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: 
http://hudson.zones.apache.org/hudson/job/Hama-Patch/145/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hama-Patch/145/console

This message is automatically generated.

> 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, HAMA-144_v01.patch, HAMA-144_v02.patch, 
> HAMA-144_v03.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 <no. row processed> / <total rows of the split>.
> 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.

Reply via email to