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

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

    Status: Patch Available  (was: Open)

submit patch.

> TaskStatus should be added into 'taskReports' in readFields() method
> --------------------------------------------------------------------
>
>                 Key: HAMA-289
>                 URL: https://issues.apache.org/jira/browse/HAMA-289
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-289.patch
>
>
>     TaskStatus status;
>     for (int i = 0; i < numTasks; i++) {
>       status = new TaskStatus();
>       status.readFields(in);
>       taskReports.add(status); // status should be added into taskReports.
>     }

-- 
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