Hi all, I have an RDD[(String,(String,Array[Byte]))] that I save into sequence file with "saveAsObjectFile". At the end, Spark writes a sequence file of (NullWritable, BytesWritable). How to get back my tuple of (String,(String,Array[Bytes]) ?
Any ideas will be helpfull. Cheers, Jaonary
