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 2010/09/30 05:42:32 UTC

[jira] Created: (HAMA-289) TaskStatus should be added into 'taskReports' in readFields() method

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


    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.


[jira] Updated: (HAMA-289) TaskStatus should be added into 'taskReports' in readFields() method

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (HAMA-289) TaskStatus should be added into 'taskReports' in readFields() method

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

I've just committed this.

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


[jira] Updated: (HAMA-289) TaskStatus should be added into 'taskReports' in readFields() method

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: HAMA-289.patch

attach my 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.