You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Furkan KAMACI (JIRA)" <ji...@apache.org> on 2015/09/02 15:17:46 UTC

[jira] [Updated] (GORA-431) reuseObjects is Not Used

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

Furkan KAMACI updated GORA-431:
-------------------------------
    Description: 
here is a method as:

{code}
    public static void setIOSerializations(Configuration conf, boolean reuseObjects)
{code}

at GoraMapReduceUtils.java

However, reuseObjects is never used at that method. On the other hand it is always true at PersistentDeserializer.deserialize()

  was:
here is a method as:

    public static void setIOSerializations(Configuration conf, boolean reuseObjects)

at GoraMapReduceUtils.java

However, reuseObjects is never used at that method. 


> reuseObjects is Not Used
> ------------------------
>
>                 Key: GORA-431
>                 URL: https://issues.apache.org/jira/browse/GORA-431
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-core
>            Reporter: Furkan KAMACI
>            Priority: Minor
>             Fix For: 0.6.1
>
>
> here is a method as:
> {code}
>     public static void setIOSerializations(Configuration conf, boolean reuseObjects)
> {code}
> at GoraMapReduceUtils.java
> However, reuseObjects is never used at that method. On the other hand it is always true at PersistentDeserializer.deserialize()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)