Package org.apache.hadoop.contrib.utils.join


package org.apache.hadoop.contrib.utils.join
  • Class
    Description
    org.apache.hadoop.contrib.utils.join.ArrayListBackedIterator
    This class provides an implementation of ResetableIterator.
    org.apache.hadoop.contrib.utils.join.DataJoinJob
    This class implements the main function for creating a map/reduce job to join data of different sources.
    org.apache.hadoop.contrib.utils.join.DataJoinMapperBase
    This abstract class serves as the base class for the mapper class of a data join job.
    org.apache.hadoop.contrib.utils.join.DataJoinReducerBase
    This abstract class serves as the base class for the reducer class of a data join job.
    org.apache.hadoop.contrib.utils.join.JobBase
    A common base implementing some statics collecting mechanisms that are commonly used in a typical map/reduce job.
    org.apache.hadoop.contrib.utils.join.ResetableIterator
    This defines an iterator interface that will help the reducer class re-group its input by source tags.
    org.apache.hadoop.contrib.utils.join.TaggedMapOutput
    This abstract class serves as the base class for the values that flow from the mappers to the reducers in a data join job.