Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 370 Bytes

File metadata and controls

10 lines (6 loc) · 370 Bytes

java

Demo write parquet file

A simple demo of how we can create parquet files in Java. Parquet is a columnar format ready to use for example in Athena/Redshift Spectrum (AWS) to increase the query performannce.

Using the libraries:

  • org.apache.avro to define schemes
  • org.apache.parquet.hadoop to persist data