A job conf is passed to Spark to store RDD results. I needed a similar
piece of code at my implementation (as like storing sth at data store via
Apache Gora). When I check the code, I thought that *reuseObjects *variable
is not necessary for setIOSerializations method at Apache Gora and wanted
to be sure to make compatible with Gora.

On Tue, Aug 18, 2015 at 12:27 AM, Henry Saputra <[email protected]>
wrote:

> I think it was from way back, didn't remember why.
>
> Why do you need to remove it to support Spark?
>
> - Henry
>
> On Mon, Aug 17, 2015 at 1:37 PM, Furkan KAMACI <[email protected]>
> wrote:
> > Hi All,
> >
> > There is a method as:
> >
> >     public static void setIOSerializations(Configuration conf, boolean
> > reuseObjects)
> >
> > at GoraMapReduceUtils.java
> >
> > However, reuseObjects is never used at that method. I've removed it at my
> > Spark implementation. Is it necessary for future use?
> >
> > Kind Regards,
> > Furkan KAMACI
>

Reply via email to