Hello,

I'm using spark-csv instead of sc.textfile() to work with CSV files.
How can I set no.of partitions that will be created when reading a CSV?
Basically an equivalent for minPartitions in textFile()

val myrdd = sc.textFile("my.csv",24)


Srikanth

Reply via email to