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

Armando Miraglia commented on GIRAPH-732:
-----------------------------------------

(1) that's very good
(2) ok I'll look at it. Since I cannot predict where the edges are pointing at, 
I will need all the vertices to be saved first and later the respective edges, 
so yes, the API we are talking about is precisely what I need!

I'll start looking at this very soon.

Thanks!
Armando
                
> EdgeOutputFormat
> ----------------
>
>                 Key: GIRAPH-732
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-732
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>
> Outputting edges is as easy as looping through edges in a vertex and writing 
> them out. However right now the user still needs to write a 
> VertexOutputFormat and do it themselves.
> We should make this easier for them by adding an EdgeOutputFormat API and 
> allowing the user to specify a VertexOutputFormat and/or an EdgeOutputFormat.

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

Reply via email to