Description
Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.
Finish off the missing piece of HADOOP-371 (move src/contrib/smallJobsBenchmark to src/test/org/apache/hadoop/mapred) and cleanup or consolidate documentation, scripts and dead code.
The attached patch moves the smallJobsBenchmark code from contrib into src/test/org/apache/hadoop/mapred/MRBench.java. Since the patch removes some files, it should be applied with
patch -E -p0
The code has been largely refactored. The command line args have also changed. See the usage message or the main method javadoc.