tree: 92c460cea3b42c631b620555b689302983d1425d [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 -P hadoop-2 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