Dear Spark Users I have RDD.saveAsTextFile() statement which is generating many empty part-* and .crc files.
I understand that the empty part-* files are due to number of partitions, but still I would not like to generate either empty part-* or .crc files. How to achieve this? Thanks
