Dionysios Logothetis created GIRAPH-1195:
--------------------------------------------
Summary: Register RegularImmutableBiMap in HadoopKryo
Key: GIRAPH-1195
URL: https://issues.apache.org/jira/browse/GIRAPH-1195
Project: Giraph
Issue Type: Bug
Reporter: Dionysios Logothetis
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)