Command line tool to convert CSV to Parquet (experimental)
java -jar csv2pq.jar my.csv my.parquet
# You need to have schema definition in my.schema
mvn -DskipTests=true assembly:single
#Check the jar in target folder
- May have problems with encoding (base64)