Best to ask on MRUnit's own lists at [email protected]. However, to answer your question, yes it does. Look at this test case: https://svn.apache.org/repos/asf/mrunit/trunk/src/test/java/org/apache/hadoop/mrunit/TestDistributedCache.java .
The JIRA https://issues.apache.org/jira/browse/MRUNIT-98 implemented this. On Fri, Jan 18, 2013 at 1:37 AM, Barak Yaish <[email protected]> wrote: > Hi, > > I've found MRUnit a very easy to unit test jobs, is it possible as well to > test mappers reading data from DisributedCache? If yes, can you share an > example how the test' setup() should look like? > > Thanks. > -- Harsh J
