Description
Unit tests work correctly only when run in Hadoop "local" mode. In distributed mode the classpath that JUnit uses doesn't contain the job jar, so Hadoop doesn't know where to find the implementing classes, and consequently all map-reduce jobs fail.