[ https://issues.apache.org/jira/browse/GIRAPH-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496947#comment-16496947 ]
ASF GitHub Bot commented on GIRAPH-1195: ---------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/giraph/pull/76 > 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)