Hi, I have been using the JobConf.setOutputCommitter() method to set my own OutputCommitter for a map reduce job. With hadoop v 0.20 since this class is deprecated, what will be the alternate to set a custom OutputCommitter? I tried setting the property "mapred.output.committer.class" in Configuration , but that seems like an invalid property. Have not been able to find an alternate to do this.
Thanks, Deepika
