Darion, Here's an example of reading and writing plain java classes:
https://github.com/rdblue/parquet-examples/blob/master/src/main/java/netflix/example/ReadParquetPojo.java That also demonstrates how to create filters for Parquet so it can skip rows you don't want efficiently. If you want to use generic records rather than your own java classes, or if you want to use Avro specific records, it should be fairly straight-forward. If you run into trouble and want an example of those, let me know and I'll write one. Thanks, rb On Mon, May 9, 2016 at 11:29 PM, Darion Yaphet <[email protected]> wrote: > Just a simple example is ok reading and writing file in local file system > :P > > 2016-05-10 14:01 GMT+08:00 Darion Yaphet <[email protected]>: > > > Hi team : > > > > Is there some examples for parquet file reading and write in Java ? > > > > -- > > > > long is the way and hard that out of Hell leads up to light > > > > > > > -- > > long is the way and hard that out of Hell leads up to light > -- Ryan Blue Software Engineer Netflix
