|
|
-
Re: Mapreduce and unit testsBrock Noland 2012-02-21, 02:20
Hi,
On Mon, Feb 20, 2012 at 6:03 PM, Mohit Anchlia <[EMAIL PROTECTED]> wrote: > Could someone give me some directions or examples of writing mapreduce and > unit tests to test them? There is an apache project for this called MRUnit: http://cwiki.apache.org/confluence/display/MRUNIT Example: https://cwiki.apache.org/confluence/display/MRUNIT/Testing+Word+Count Brock -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/ |