Re: trying to use Spark applications with modified Kryo

2016-10-17 Thread Prasun Ratn
Thanks a lot Steve! On Mon, Oct 17, 2016 at 4:59 PM, Steve Loughran wrote: > > On 17 Oct 2016, at 10:02, Prasun Ratn wrote: > > Hi > > I want to run some Spark applications with some changes in Kryo serializer. > > Please correct me, but I think I need to recompile spark (instead of > just the S

Re: trying to use Spark applications with modified Kryo

2016-10-17 Thread Steve Loughran
On 17 Oct 2016, at 10:02, Prasun Ratn mailto:prasun.r...@gmail.com>> wrote: Hi I want to run some Spark applications with some changes in Kryo serializer. Please correct me, but I think I need to recompile spark (instead of just the Spark applications) in order to use the newly built Kryo seri

trying to use Spark applications with modified Kryo

2016-10-17 Thread Prasun Ratn
Hi I want to run some Spark applications with some changes in Kryo serializer. Please correct me, but I think I need to recompile spark (instead of just the Spark applications) in order to use the newly built Kryo serializer? I obtained Kryo 3.0.3 source and built it (mvn package install). Next