Skip to content

Instantly share code, notes, and snippets.

@bindiego
Created October 8, 2019 07:10
Show Gist options
  • Select an option

  • Save bindiego/d3746cdfad4b3e5fb0cf67711576ae5f to your computer and use it in GitHub Desktop.

Select an option

Save bindiego/d3746cdfad4b3e5fb0cf67711576ae5f to your computer and use it in GitHub Desktop.
parquet-mr tool

Suppose you already have your java development environment ready

Get the source code

git clone https://github.com/apache/parquet-mr.git

Build it

cd parquet-mr/parquet-tools/ && mvn clean package -Plocal

Check the parquet data

java -jar parquet-tools-<VERSION>-SNAPSHOT.jar cat --json <PARQUET_FILE>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment