[
https://issues.apache.org/jira/browse/HAMA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871115#action_12871115
]
Edward J. Yoon commented on HAMA-244:
-------------------------------------
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 20 new or modified tests.
javadoc -1. The javadoc tool appears to have generated 1 warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release audit
warnings.
findbugs -1. The patch appears to introduce 18 new Findbugs warnings.
core tests +1. The patch passed core unit tests.
http://hudson.zones.apache.org/hudson/job/Hama-Patch/ws/trunk/build/reports/findbugs/newPatchFindbugsWarnings.html
18 findbugs warnings occured but most of warnings are 'Unread field'.
I just committed this patch.
> Consider more simplified BSP programming interface
> --------------------------------------------------
>
> Key: HAMA-244
> URL: https://issues.apache.org/jira/browse/HAMA-244
> Project: Hama
> Issue Type: Improvement
> Components: bsp
> Affects Versions: 0.2.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.2.0
>
> Attachments: 0524.patch, HAMA-244_v01.patch, HAMA-244_v02.patch,
> HAMA-244_v03.patch, patch.txt
>
>
> Perhaps, every BSP program will be consists of three steps such as,
> initialization, SPMD code implementation, and finalization from developer
> angle.
> However, currently there is no interface layer so users have to do all the
> works w/o any guide.
> Would be nice if it allow to use a more simplified interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.