I was looking for small poc code for reading parquet file. I downloaded the git sample code which is provided in Parquet-mr. I am not able to build the code.
My environment is :
Maven 2.2.1, Java 8
BUILD ERROR
Error rendering velocity resource.
Look like same issue with this post as well
Build failure - Apache Parquet-MR source (mvn install failure)
so I started checking something else. I got to know that hive exec 1.2.1 jar also has support to read the parquet files.
Should I use it to read the parquet files?