You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2008/10/08 08:29:44 UTC

[jira] Updated: (HAMA-60) Add an arguments for handle parallel degree to MatrixAddition

     [ https://issues.apache.org/jira/browse/HAMA-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-60:
-------------------------------

    Attachment: HAMA-60.patch

Local test passed.

..
08/10/08 15:23:07 INFO mapred.JobClient:  map 100% reduce 0%
08/10/08 15:23:13 INFO mapred.JobClient:  map 100% reduce 31%
08/10/08 15:23:15 INFO mapred.JobClient:  map 100% reduce 50%
08/10/08 15:23:17 INFO mapred.JobClient:  map 100% reduce 75%
08/10/08 15:23:20 INFO mapred.JobClient:  map 100% reduce 100%
08/10/08 15:23:21 INFO mapred.JobClient: Job complete: job_200810081452_0009
08/10/08 15:23:21 INFO mapred.JobClient: Counters: 13
08/10/08 15:23:21 INFO mapred.JobClient:   File Systems
08/10/08 15:23:21 INFO mapred.JobClient:     Local bytes read=14214
08/10/08 15:23:21 INFO mapred.JobClient:     Local bytes written=29792
08/10/08 15:23:21 INFO mapred.JobClient:   Job Counters 
08/10/08 15:23:21 INFO mapred.JobClient:     Launched map tasks=5
08/10/08 15:23:21 INFO mapred.JobClient:     Launched reduce tasks=4
..

> Add an arguments for handle parallel degree to MatrixAddition
> -------------------------------------------------------------
>
>                 Key: HAMA-60
>                 URL: https://issues.apache.org/jira/browse/HAMA-60
>             Project: Hama
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Minor
>             Fix For: 0.1.0
>
>         Attachments: HAMA-60.patch
>
>
> This is a parallel program.
> // addition <row_m> <column_n>
> should be :
> // addition [-m <maps>] [-r <reduces>] <rows> <columns>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.