Uses of Class
org.apache.hadoop.mapred.join.MultiFilterRecordReader

Packages that use MultiFilterRecordReader
org.apache.hadoop.mapred.join Given a set of sorted datasets keyed with the same class and yielding equal partitions, it is possible to effect a join of those datasets prior to the map. 
 

Uses of MultiFilterRecordReader in org.apache.hadoop.mapred.join
 

Subclasses of MultiFilterRecordReader in org.apache.hadoop.mapred.join
 class OverrideRecordReader<K extends WritableComparable,V extends Writable>
          Prefer the "rightmost" data source for this key.
 



Copyright © 2009 The Apache Software Foundation