Class LazyOutputFormat<K,V>


@Public @Stable public class LazyOutputFormat<K,V> extends FilterOutputFormat<K,V>
A Convenience class that creates output lazily. Use in conjuction with org.apache.hadoop.mapreduce.lib.output.MultipleOutputs to recreate the behaviour of org.apache.hadoop.mapred.lib.MultipleTextOutputFormat (etc) of the old Hadoop API. See MultipleOutputs documentation for more information.