Skip to content

brownsys/brownsys-hibench

 
 

Repository files navigation

Hadoop Benchmark Suite (HiBench)

HiBench - the Hadoop Benchmark Suite

Forked from version 2.2 by Jonathan Mace on 4/23/2013

Currently working with Hadoop 2.0.4-alpha-rc2 and a stable snapshot of Mahout 0.8

Confirmed working: pagerank wordcount sort bayes kmeans

The rest are untested

Steps to set up:

  1. Modify HiBench/bin/hibench-config.sh

  2. Make sure that hadoop is installed into Maven: navigate to hadoop root and mvn install

  3. Install Mahout: navigate to HiBench/common/mahout-trunk and run the following command:

    $ mvn -Phadoop-0.23 clean install -DskipTests -Dhadoop.version=2.0.4-alpha -Dmahout.skip.distribution=false

Further points to note:

  • All jobs are set up to use the 'default' queue. Changing this is difficult.

About

HiBench is a Hadoop benchmark suite.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 79.7%
  • HTML 6.8%
  • PHP 5.8%
  • TeX 1.8%
  • Other 1.8%
  • Shell 1.5%
  • Other 2.6%