0

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).

Charles
  • 50,943
  • 13
  • 104
  • 142
jayunit100
  • 17,388
  • 22
  • 92
  • 167

1 Answers1

1

Yes, mrunit runs in standalone mode, iirc. Just make sure to set fs.default.name to 'local' in your configuration.