tree: 580eb38a451b63061c2b22e22c4f6d0722b7dbbe [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
  4. run.sh
parquet-benchmarks/README.md

##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