Convert to csv to parquet format


2 Answer(s)


Follow this link to convert csv to apache parquet format:
http://tgrall.github.io/blog/2015/08/17/convert-csv-file-to-apache-parquet-dot-dot-dot-with-drill/

And you can also download the conversion code from below link:
https://github.com/Parquet/parquet-compatibility/blob/master/parquet-compat/src/test/java/parquet/compat/test/ConvertUtils.java

hi Trinath,

You can use Apache Drill (another nosql db) to convert CSV to PAraquet formats.