We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Note: this is for HiBench 5.0
Running with CDH/MR1:
For a tarball deployed CDH/MR1, please recreate symlink file hadoop-*-cdh*/share/hadoop/mapreduce to point to correct folder:
hadoop-*-cdh*/share/hadoop/mapreduce
cd share/hadoop rm mapreduce ln -s mapreduce1 mapreduce
Running Spark/Python, MLLib related workloads:
You'll need to install numpy (version > 1.4) in master & all slave nodes.
For CentOS(6.2+):
yum install numpy
For Ubuntu/Debian:
aptitude install python-numpy