Might as well not use Hadoop then... On Tue, 2010-05-11 at 21:02 -0500, Mark Kerzner wrote:
> Hi, > > I want a Hadoop job that will simply take each line of the input text file > and store it (after parsing) in a database, like SimpleDB. > > Can I put this code into Mapper, make no call to "collect" in it, and have > no reducers at all? Do I set the reduce class to > null, conf.setReducerClass(null)? or not set it at all? > > Thank you, > Mark
