Is it possible to turn on mapper output compression on new mapreduce
API and if so could you please point how? I see lot of examples doing so based on hadoop.mapred.JobConf
API but no one for mapreduce
API.
If it is not configurable through new
API can I do something to get it to work?