Testing MapReduce Program
In this lesson, we'll demonstrate how to test a MapReduce program on a local machine.
We'll cover the following...
Testing MapReduce
So far, we have learned how to write mapper and reducer classes and their corresponding unit tests. But ideally, we want to test our MapReduce job end to end. There are different ways to run a MapReduce job:
-
Using the
ToolRunner
class to run a MapReduce job on a local machine. The MapReduce job must implement the ...
Access this course and 1400+ top-rated courses and projects.