
Hadoop
Hadoop- Unit test for Map Reduce using MRUnit
| August 10, 2016
We have already seen how to use Junit to write unit tests for your java classes. There is specialized test suite for testing mapreduce jobs, known as MRUnit.
Read More