[
https://issues.apache.org/jira/browse/HAMA-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281410#comment-13281410
]
Thomas Jungblut commented on HAMA-558:
--------------------------------------
Sure it is broken.
However you could fix it with setting the Configuration statically.
Put
bq.VertexWritable.CONFIGURATION = context.getConfiguraton()
in your setup method of the mapper and reducer.
In any case, we should get arround these and look how we could make the
serialization smarter.
But that's in HAMA-580.
> Add graph generators from our benchmark section
> -----------------------------------------------
>
> Key: HAMA-558
> URL: https://issues.apache.org/jira/browse/HAMA-558
> Project: Hama
> Issue Type: New Feature
> Components: bsp core, examples, graph
> Reporter: Thomas Jungblut
> Assignee: Thomas Jungblut
> Attachments: HAMA-558.patch, HAMA-558_2.patch
>
>
> In our graph algorithm benchmarks we used an MR based graph generator:
> http://wiki.apache.org/hama/Benchmarks#Single_Shortest_Path_Problem
> I have translated it to the new API and made a patch for it.
> So people can reproduce the results, create sample graphs and don't have to
> compile the stuff from a java file.
--
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