-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7012/
-----------------------------------------------------------
Review request for giraph.
Description
-------
Create a SequenceFileOutputFormat for the cases where compression is important
and we only want the value of the vertex (e.g. pagerank)
This addresses bug GIRAPH-235.
https://issues.apache.org/jira/browse/GIRAPH-235
Diffs
-----
src/main/java/org/apache/giraph/io/SequenceFileIdValueOutputFormat.java
PRE-CREATION
src/main/java/org/apache/giraph/io/SequenceFileVertexIdValueOutputFormat.java
PRE-CREATION
Diff: https://reviews.apache.org/r/7012/diff/
Testing
-------
Passes mvn verify apart from findbugs, but it is not related to this patch:
Thanks,
Gianmarco De Francisci Morales