[
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_v03.patch
trivial changes.
----
Currently, designed as below.
class MyBSP extends BSP {
public MyBSP(Configuration conf) throws IOException {
super(conf);
// TODO Auto-generated constructor stub
}
@Override
public void bsp() {
// TODO Auto-generated method stub
}
}
> 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, HAMA-257_v02.patch,
> HAMA-257_v03.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.