You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "MaoYuan Xian (JIRA)" <ji...@apache.org> on 2013/05/17 12:13:16 UTC

[jira] [Commented] (HAMA-745) ListVerticesInfo doesn't work

    [ https://issues.apache.org/jira/browse/HAMA-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13660537#comment-13660537 ] 

MaoYuan Xian commented on HAMA-745:
-----------------------------------

Hi, I want to confirm, the following modifications is just for verifying the ListVerticesInfo still works correct, DiskVerticesInfo is still a workable option, right?

-    vertices = new DiskVerticesInfo<V, E, M>();
+    // FIXME We should make this configurable.
+    vertices = new ListVerticesInfo();
     vertices.init(this, conf, peer.getTaskId());
                
> ListVerticesInfo doesn't work
> -----------------------------
>
>                 Key: HAMA-745
>                 URL: https://issues.apache.org/jira/browse/HAMA-745
>             Project: Hama
>          Issue Type: Bug
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.6.1
>
>         Attachments: HAMA-745.patch, HAMA-745_v02.patch
>
>
> Just tried to use ListVerticesInfo instead of DiskVerticesInfo but doesn't work correctly. The reason is that addVertex() changes the same object. It need to reinitializing vertex object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira