Shushant Arora Mon, 11 May 2015 21:32:32 -0700
while using multipleoutputs we use , LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class);
to suppress default empty part files from reducers. Whats the syntax of using this in <map-reduce> action of oozie ?