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

Hudson commented on GIRAPH-732:
-------------------------------

FAILURE: Integrated in Giraph-trunk-Commit #1262 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1262/])
GIRAPH-732 (claudio: 
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=ae01f0399cae6baab045b2ece0d71096aebe8ca3)
* 
giraph-core/src/main/java/org/apache/giraph/io/formats/GiraphTextOutputFormat.java
* 
giraph-core/src/main/java/org/apache/giraph/io/formats/IdWithValueTextOutputFormat.java
* 
giraph-core/src/test/java/org/apache/giraph/io/TestSrcIdDstIdEdgeValueTextOutputFormat.java
* 
giraph-core/src/main/java/org/apache/giraph/io/formats/TextVertexOutputFormat.java
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphClasses.java
* 
giraph-core/src/main/java/org/apache/giraph/io/internal/WrappedEdgeOutputFormat.java
* giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java
* 
giraph-core/src/main/java/org/apache/giraph/io/formats/TextEdgeOutputFormat.java
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/io/EdgeOutputFormat.java
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphConfiguration.java
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java
* giraph-core/src/main/java/org/apache/giraph/io/EdgeWriter.java
* 
giraph-core/src/main/java/org/apache/giraph/io/formats/SrcIdDstIdEdgeValueTextOutputFormat.java
* giraph-core/src/main/java/org/apache/giraph/GiraphRunner.java
* 
giraph-core/src/main/java/org/apache/giraph/conf/ImmutableClassesGiraphConfiguration.java
* giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java.orig
* giraph-core/src/main/java/org/apache/giraph/utils/ConfigurationUtils.java

                
> EdgeOutputFormat
> ----------------
>
>                 Key: GIRAPH-732
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-732
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>         Attachments: GIRAPH-732.patch
>
>
> 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