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
