Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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
  • No labels