1

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?

Community
  • 1
  • 1
Abinash
  • 103
  • 11
  • Checked with maven 3.3 and java 1.7. Now it is showing me expcetion:Failed to execute goal org.apache.thrift.tools:maven-thrift-plugin:0.1.10:testCompile (thrift-sources) on project parquet-thrift: thrift did not exit cleanly. Review output for more information. -> [Help 1] he.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.thrift.tools:maven-thrift-plugin:0.1.10:testCompile (thrift-sources) on project parquet-thrift: thrift did not exit cleanly. Review output for more information. – Abinash Nov 03 '15 at 07:15
  • Can some one let me know if I am missing any configuration parameters? WIth the help of hive exec jar I am able to read the files – Abinash Nov 03 '15 at 07:16
  • You need to install thrift first. – Devas Feb 07 '17 at 13:18
  • Possible duplicate of [How to Generate Parquet File Using Pure Java (Including Date & Decimal Types) And Upload to S3 \[Windows\]](https://stackoverflow.com/questions/47355038/how-to-generate-parquet-file-using-pure-java-including-date-decimal-types-an) – Sal Jun 24 '18 at 13:44
  • I have already installed Thrift and still receive the same error. – Zombraz Jan 04 '19 at 20:44

0 Answers0