I'd recommend reading the parquet file into a DataFrame object, and then using spark-csv <https://github.com/databricks/spark-csv> to write to a CSV file.
On Tue, Mar 15, 2016 at 3:34 PM, Shishir Anshuman <shishiranshu...@gmail.com > wrote: > I need to convert the parquet file generated by the spark to a text (csv > preferably) file. I want to use the data model outside spark. > > Any suggestion on how to proceed? >