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
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