[
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)