Unit tests for Map and Reduce functions.

2012-09-26 Thread Ravi P
Is it possible to write unit test for mapper Map , and reducer Reduce function ? -Ravi

Re: Unit tests for Map and Reduce functions.

2012-09-26 Thread Kai Voigt
Hello, yes, http://mrunit.apache.org is your reference. MRUnit is a framework on top of JUnit which emulates the mapreduce framework to test your mappers and reducers. Kai Am 26.09.2012 um 22:18 schrieb Ravi P hadoo...@outlook.com: Is it possible to write unit test for mapper Map , and

RE: Unit tests for Map and Reduce functions.

2012-09-26 Thread Ravi P
Thanks Kai, I am exploring MRunit . Are there any other options/ways to write unit tests for Map and Reduce functions. Would like to evaluate all options. -Ravi From: hadoo...@outlook.com To: k...@123.org Subject: RE: Unit tests for Map and Reduce functions. Date: Wed, 26 Sep 2012 13:35:57

Re: Unit tests for Map and Reduce functions.

2012-09-26 Thread Bejoy Ks
:09 AM, Kai Voigt k...@123.org wrote: I don't know any other unit testing framework. Kai Am 26.09.2012 um 22:37 schrieb Ravi P hadoo...@outlook.com: Thanks Kai, I am exploring MRunit . Are there any other options/ways to write unit tests for Map and Reduce functions. Would like