I have a file that consists of multi-line records. Is it possible to read in multi-line records with a method such as SparkContext.newAPIHadoopFile? Or do I need to pre-process the data so that all the data for one element is in a single line?

Thanks,
Philip

Reply via email to