You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Dionysios Logothetis (Jira)" <ji...@apache.org> on 2020/05/14 05:53:00 UTC

[jira] [Updated] (GIRAPH-1195) Register serializers for ImmutableBiMap in HadoopKryo #76

     [ https://issues.apache.org/jira/browse/GIRAPH-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dionysios Logothetis updated GIRAPH-1195:
-----------------------------------------
    Fix Version/s: 1.3.0

> 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
>             Fix For: 1.3.0
>
>
> 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
(v8.3.4#803005)