tree: 9000736a3bc09c1b5d1faa1bbbfd4f21491769e0 [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