[
https://issues.apache.org/jira/browse/HAMA-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288370#comment-13288370
]
Edward J. Yoon commented on HAMA-578:
-------------------------------------
I just wanted to copy&paste their interface from Pregel paper.
{code}
"Writing a Hama graph application involves subclassing the predefined Vertex
class. Its template arguments define three value types, associated with
vertices, edges, and messages." ....
Class PageRankVertex
: public Vertex<double, void, double> {
public:
virtual void Compute(MessageIterator* msgs) {
{code}
Changing the sequence of template arguments doesn't restrict anything.
> Prepare Hama 0.5 release as a top level project
> -----------------------------------------------
>
> Key: HAMA-578
> URL: https://issues.apache.org/jira/browse/HAMA-578
> Project: Hama
> Issue Type: Task
> Affects Versions: 0.5.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.5.0
>
> Attachments: patch.txt
>
>
> * Remove Incubator disclaimer in SVN and Website
> * Remove "-incubating" suffix in POMs
> * Change infra information e.g., SVN, mailing list, ..., etc
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira