Document toolboxDocument toolbox

Converting Parquet to JSON

You can convert any parquet files that you receive in your S3 bucket to JSON format using the Apache parquet tool provided by Infoblox.

To convert parquet to JSON

Example:

java -jar parquet-tools-1.10.1-SNAPSHOT.jar cat -j rpz_0000000000000000034_014.parquet

To view the avro schema and compression information of any parquet file

Example:

java -jar parquet-tools-1.10.1-SNAPSHOT.jar meta rpz_0000000000000000034_014.parquet

To view all other parquet file utilities

Usage:

java -jar parquet-tools-1.10.1-SNAPSHOT.jar -h