Hello,

I need to convert an RDD[String] to a java.io.InputStream but I didn't find
an east way to do it.
Currently I am saving the RDD as temporary file and then opening an
inputstream on the file but that is not really optimal.

Does anybody know a better way to do that ?

Thanks,
Ayoub. 



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/RDD-to-InputStream-tp22031.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to