##Running Parquet Benchmarks
First, build the parquet-benchmarks
module
mvn --projects parquet-benchmarks -amd -DskipTests -Denforcer.skip=true clean package
Then, you can run all the benchmarks with the following command
./parquet-benchmarks/run.sh -wi 5 -i 5 -f 3 -bm all
To understand what each command line argument means and for more arguments please see
java -jar parquet-benchmarks/target/parquet-benchmarks.jar -help