Writing a RDD to a csv

后端 未结 2 1483
[愿得一人]
[愿得一人] 2021-01-18 01:40

I have a RDD which is of the form

org.apache.spark.rdd.RDD[(String, Array[String])]

I want to write this into a csv file. Please suggest m

2条回答
提交回复
热议问题