Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build

Code Block
languagebash
# get source of latest release
git clone https://github.com/intel-hadoop/HiBench -b HiBench-7.0
cd HiBench
# build all # get source
cdmodules in HiBench
mvn -Dspark=2.2 -Dscala=2.11 clean package               # build all modules in HiBench
# if you just want to build for hadoop and spark
mvn -Phadoopbench -Psparkbench -Dspark=2.2 -Dscala=2.11 clean package

...