Package org.apache.hadoop.contrib.utils.join
package org.apache.hadoop.contrib.utils.join
-
ClassDescriptionorg.apache.hadoop.contrib.utils.join.ArrayListBackedIteratorThis class provides an implementation of ResetableIterator.org.apache.hadoop.contrib.utils.join.DataJoinJobThis class implements the main function for creating a map/reduce job to join data of different sources.org.apache.hadoop.contrib.utils.join.DataJoinMapperBaseThis abstract class serves as the base class for the mapper class of a data join job.org.apache.hadoop.contrib.utils.join.DataJoinReducerBaseThis abstract class serves as the base class for the reducer class of a data join job.org.apache.hadoop.contrib.utils.join.JobBaseA common base implementing some statics collecting mechanisms that are commonly used in a typical map/reduce job.org.apache.hadoop.contrib.utils.join.ResetableIteratorThis defines an iterator interface that will help the reducer class re-group its input by source tags.org.apache.hadoop.contrib.utils.join.TaggedMapOutputThis abstract class serves as the base class for the values that flow from the mappers to the reducers in a data join job.