Here's a Java version https://github.com/cloudera/parquet-examples/tree/master/MapReduce It won't be that hard to make that in Scala.
Thanks Best Regards On Mon, Mar 9, 2015 at 9:55 PM, Shuai Zheng <szheng.c...@gmail.com> wrote: > Hi All, > > > > I have a lot of parquet files, and I try to open them directly instead of > load them into RDD in driver (so I can optimize some performance through > special logic). > > But I do some research online and can’t find any example to access parquet > directly from scala, anyone has done this before? > > > > Regards, > > > > Shuai >