Cannot get JUnit to work on supplied project, I get NullPointerException


1 Answer(s)


hi Chip,
Please download the Module5_solution.zip from the LMS, extract and import module5-dz project into eclipse, this project has all the required libraries set in pom.xml. Junit is the libraries for testing java programs and MRUnit is required to test java programs written in MapReduce.

In the extracted location of "Module5_solution.zip\module5-dz\target" you will see sample-dz-1.0.jar, you can use this to execute the MRUnit program from command line and verify if you still see the errors.

Thanks