You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Shushant Arora <sh...@gmail.com> on 2015/05/12 20:28:18 UTC

suppress empty part files output

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 ?or in in xml file for ToolsRuner.

Is mapreduce.output.lazyoutputformat.outputformat? the desired property?