Re: Serializers problems maping RDDs to objects again

2015-11-06 Thread Iker Perez de Albeniz
I have seen that the problem is on the Geohash class that can not be picked.. but in groupByKey i use an other custom class an there is no problem... 2015-11-06 13:44 GMT+01:00 Iker Perez de Albeniz <iker.pe...@fon.com>: > Hi All, > > I am new at this list. Before sending t

Serializers problems maping RDDs to objects again

2015-11-06 Thread Iker Perez de Albeniz
Hi All, I am new at this list. Before sending this mail i have searched on archive but i have not found a solution for me. i am using spark to process user locations based on RSSI. My spark script look like this.. text_files = sc.textFile(','.join(files[startime])) result =