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

Hudson commented on GIRAPH-1195:
--------------------------------

ABORTED: Integrated in Jenkins build Giraph-trunk-Commit #1753 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1753/])
GIRAPH-1195 (dionysios: 
[http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=0c1e2ebce6e4f6e1a47d4dec5c0b8475433ef8df])
* (delete) 
giraph-core/src/main/java/org/apache/giraph/writable/kryo/serializers/ImmutableMapSerializer.java
* (edit) 
giraph-core/src/test/java/org/apache/giraph/writable/kryo/KryoWritableWrapperTest.java
* (edit) 
giraph-core/src/main/java/org/apache/giraph/writable/kryo/HadoopKryo.java
* (edit) pom.xml
* (add) 
giraph-core/src/main/java/org/apache/giraph/writable/kryo/serializers/ImmutableBiMapSerializerUtils.java


> Register serializers for ImmutableBiMap in HadoopKryo #76
> ---------------------------------------------------------
>
>                 Key: GIRAPH-1195
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1195
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Dionysios Logothetis
>            Assignee: Dionysios Logothetis
>            Priority: Major
>
> When using guava, RegularImmutableBiMap is may be used underneath the covers 
> as an immutable map implementation. The default MapSerializer does not work 
> for this implementation as it does not support the put() operation. Instead, 
> we can register this class to use the ImmutableMapSerializer just like with 
> RegularImmutableMap.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to