Class CompositeInputFormat<K extends WritableComparable>

java.lang.Object
org.apache.hadoop.mapreduce.InputFormat<K,TupleWritable>
org.apache.hadoop.mapreduce.lib.join.CompositeInputFormat<K>

@Public @Stable public class CompositeInputFormat<K extends WritableComparable> extends InputFormat<K,TupleWritable>
An InputFormat capable of performing joins over a set of data sources sorted and partitioned the same way. A user may define new join types by setting the property mapreduce.join.define.<ident> to a classname. In the expression mapreduce.join.expr, the identifier will be assumed to be a ComposableRecordReader. mapreduce.join.keycomparator can be a classname used to compare keys in the join.
See Also: