Re: No Support for setting MapFileOutputFormat in newer API

2012-07-27 Thread Bejoy Ks
HI Abhinav MapFileOutputFormat is currently not available for the new mapreduce API in hadoop 1.x . However a jira is in place to accommodate it in the future releases. https://issues.apache.org/jira/browse/MAPREDUCE-4158 Regards Bejoy KS

No Support for setting MapFileOutputFormat in newer API

2012-07-26 Thread Abhinav M Kulkarni
Hi, I was trying to set output format class using job.setOutputFormatClass() in newer API (org.apache.hadoop.mapreduce), however the method does not accept 'MapFileOutputFormat.class' argument. And MapFileOutputFormat is imported from older API (org.apache.hadoop.mapred) in Eclipse and there