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

Eli Reisman commented on GIRAPH-217:
------------------------------------

This will be I/O format agnostic, but whatever the input format it should 
amount to a simple, directed, unweighted graph with integer ID's per vertex and 
then a list out-edge values (also integer destination ID's); rinse and repeat 
for as many vertices as you want in the graph. Output should emit vertex ID and 
value only; the value will be an array of Writables ranked by frequency of 
in-msg during the message-gathering superstep.

                
> Add SimpleTriangleClosingVertex to Giraph examples
> --------------------------------------------------
>
>                 Key: GIRAPH-217
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-217
>             Project: Giraph
>          Issue Type: Bug
>          Components: examples
>            Reporter: Eli Reisman
>            Assignee: Eli Reisman
>            Priority: Trivial
>              Labels: patch
>
> Very simple triangle closing vertex using ID values, mostly for scale testing 
> purposes, same as PR and shortest paths vertex examples. Might get fancier at 
> a later date...

--
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

        

Reply via email to