If you have `RDD[Array[Any]]` you can do
rdd.map(_.mkString("\t"))
or with some other delimiter to make it `RDD[String]`, and then call
`saveAsTextFile`.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/saveAsTextFile-of-RDD-Array-Any-tp21548p21554.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]