I think it was this [1], but this was specific to hadoop I think. I think you could safely pass <false> there, so we can keep it to stay compatible with Hadoop API. Just a quick question, how does the HadoopRDD deals with it? does it expose this parameter? Maybe it's worth checking it out as well.
Renato M. [1] https://issues.apache.org/jira/browse/HADOOP-2399 2015-08-17 14:27 GMT-07:00 Henry Saputra <[email protected]>: > 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 >

