Re: Testing Mappers in Hadoop 0.20.0

2009-07-22 Thread David Hall
cleaner to not have to.) >> >> - Aaron >> >> >> >> On Wed, Jul 22, 2009 at 7:22 PM, Aaron Kimball wrote: >>> Both of those are good points. I'll submit a patch. >>> - Aaron >>> >>> On Wed, Jul 22, 2009 at 6:24 PM,

Re: Testing Mappers in Hadoop 0.20.0

2009-07-22 Thread David Hall
I'd love some help! > > More info is at www.cloudera.com/hadoop-mrunit > Cheers, > - Aaron > > On Wed, Jul 22, 2009 at 2:49 PM, David Hall wrote: >> Hi, >> >> I'm a student working with Apache Mahout for the Google Summer of >> Code. We recently moved

Testing Mappers in Hadoop 0.20.0

2009-07-22 Thread David Hall
xt in something else (say, something just like an OutputCollector), and to specify that Mahout Mappers should just delegate to a method that takes an OutputCollector. But, this seems to not be very idiomatic. All this goes to say, what would be a "best practice" for testing Mappers and Reducers in 0.20.0? Thanks, David Hall