You can do a rdd.saveAsObjectFile for storing and for reading you can do a sc.objectFile
Thanks Best Regards On Thu, Aug 27, 2015 at 9:29 PM, <[email protected]> wrote: > Hi, > > Any way to store/load RDDs keeping their original object instead of string? > > I am having trouble with parquet (there is always some error at class > conversion), and don’t use hadoop. Looking for alternatives. > > Thanks in advance > Saif > >
