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.