Is it possible to run MRUnit in standalone mode? To combine the benefits of isolated mappers/reducers with a transparent and simple output check that still reads from local disk (I want to test a particular FileSYstem implementation).
Asked
Active
Viewed 91 times
1 Answers
1
Yes, mrunit runs in standalone mode, iirc. Just make sure to set fs.default.name to 'local' in your configuration.

Pedro Figueiredo
- 21
- 2
-
Does it write output files to disk ? – jayunit100 Apr 13 '13 at 16:32
-
Yes, it writes data to whatever you set the output location to. – Pedro Figueiredo Apr 17 '13 at 09:10