[
https://issues.apache.org/jira/browse/HAMA-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-257:
--------------------------------
Attachment: HAMA-257_v01.patch
Since "Work.class" is a BSP algorithm class for a BSP job task, I changed from
"setWorkClass" to "setBspClass" as below:
/** Set the BSP algorithm class for the job. */
public void setBspClass(MyBSPAlgorithm.class);
The setBspClass method sets the class which inherits abstract class BSP and
implements interfaces BSPInterface. Hence, I replaced Work.class to BSP.class.
BSP
> Design BSP program code interface
> ---------------------------------
>
> Key: HAMA-257
> URL: https://issues.apache.org/jira/browse/HAMA-257
> Project: Hama
> Issue Type: Sub-task
> Components: bsp
> Affects Versions: 0.2.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.2.0
>
> Attachments: HAMA-257_v01.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Designing BSP program code interface
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.