[
https://issues.apache.org/jira/browse/GIRAPH-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629535#comment-13629535
]
Hudson commented on GIRAPH-613:
-------------------------------
Integrated in Giraph-trunk-Commit #911 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/911/])
GIRAPH-613 (Revision 6cf79dbe2c4397732820c435df723fe50e9f3daf)
GIRAPH-613 (Revision 67e0f11d2bd98e0614b26d4ea6dd707e6f65a105)
GIRAPH-613 (Revision ff8d98e20a4b2475f5890ade5ee78dc8d804420c)
Result = SUCCESS
claudio :
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=6cf79dbe2c4397732820c435df723fe50e9f3daf
Files :
*
giraph-core/src/main/java/org/apache/giraph/partition/DiskBackedPartitionStore.java
* giraph-core/src/main/java/org/apache/giraph/conf/GiraphClasses.java
* CHANGELOG
* giraph-core/src/main/java/org/apache/giraph/partition/SimplePartition.java
* giraph-core/src/test/java/org/apache/giraph/graph/TestVertexAndEdges.java
* giraph-core/src/main/java/org/apache/giraph/graph/Vertex.java
* giraph-core/src/main/java/org/apache/giraph/partition/ByteArrayPartition.java
* giraph-core/src/main/java/org/apache/giraph/graph/VertexMutations.java
* giraph-core/src/main/java/org/apache/giraph/utils/WritableUtils.java
claudio :
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=67e0f11d2bd98e0614b26d4ea6dd707e6f65a105
Files :
* giraph-core/src/main/java/org/apache/giraph/partition/ByteArrayPartition.java
* giraph-core/src/main/java/org/apache/giraph/graph/Vertex.java
claudio :
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=ff8d98e20a4b2475f5890ade5ee78dc8d804420c
Files :
* giraph-core/src/main/java/org/apache/giraph/utils/WritableUtils.java
* giraph-core/src/main/java/org/apache/giraph/partition/ByteArrayPartition.java
> Remove Writable from the interfaces implemented by Vertex
> ---------------------------------------------------------
>
> Key: GIRAPH-613
> URL: https://issues.apache.org/jira/browse/GIRAPH-613
> Project: Giraph
> Issue Type: Improvement
> Reporter: Claudio Martella
> Assignee: Claudio Martella
> Priority: Minor
> Attachments: GIRAPH-613.diff, GIRAPH-613.diff, NonWritable.diff
>
>
> Currently, Vertex implements Writable, meaning that we depend on the user
> (except for the default implementation) on the way the graph is serialised
> and deserialized. This means we cannot do certain optimisations, and the user
> can actually add additional stuff to Vertex more than Value, Id, Edges and
> halt state. By removing this possibility (or allowing them to extend a
> default implementation) we take control of this.
--
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