Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing parquet-tools

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?

like image 877
user3685285 Avatar asked Nov 14 '18 18:11

user3685285


People also ask

How do I extract data from a parquet file?

With the query results stored in a DataFrame, we can use petl to extract, transform, and load the Parquet data. In this example, we extract Parquet data, sort the data by the Column1 column, and load the data into a CSV file.

How do I read a parquet file in Excel?

The Excel Add-In for Parquet provides the easiest way to connect with Apache Parquet data. Users simply supply their credentials via the connection wizard to create a connection and can immediately begin working with live Apache Parquet tables of data.

How do I open a parquet file in Windows?

parquet file formats. You can open a file by selecting from file picker, dragging on the app or double-clicking a . parquet file on disk. This utility is free forever and needs you feedback to continue improving.


1 Answers

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

brew install parquet-tools

like image 148
jeffhu Avatar answered Sep 21 '22 15:09

jeffhu