The tutorial for the latest version uses MapReduceBase which is deprecated. I tried to use the latest Mapper and Reducer classes as bases for my classes. However, the javadoc page for those classes show something like this: context.collect(word, one) whereas the Context class and none of its descendants have any method called collect. What should be the correct code here?
Thanks, Farhan
