Installing parquet-tools

user3685285 picture user3685285 · Nov 14, 2018 · Viewed 22.7k times · Source

I am trying to install parquet tools on a FreeBSD machine.

I cloned this repo: git clone https://github.com/apache/parquet-mr

Then I did cd parquet-mr/parquet-tools

Then I did `mvn clean package -Plocal

As specified here: https://github.com/apache/parquet-mr/tree/master/parquet-tools

This is what I got:

enter image description here

Why is this dependency error here? How do I get around it?

Answer

jeffhu picture jeffhu · Jun 7, 2019

I know the question specifies FreeBSD, but if you're on mac, you can do

brew install parquet-tools