Package org.apache.hadoop.mapred.lib.aggregate
package org.apache.hadoop.mapred.lib.aggregate
-
ClassDescriptionThis class implements a value aggregator that sums up a sequence of double values.This class implements a value aggregator that maintain the maximum of a sequence of long values.This class implements a value aggregator that maintain the minimum of a sequence of long values.This class implements a value aggregator that sums up a sequence of long values.This class implements a value aggregator that maintain the biggest of a sequence of strings.This class implements a value aggregator that maintain the smallest of a sequence of strings.This class implements a value aggregator that dedupes a sequence of objects.This class implements a wrapper for a user defined value aggregator descriptor.This interface defines the minimal protocol for value aggregators.This class implements the common functionalities of the subclasses of ValueAggregatorDescriptor class.This class implements the generic combiner of Aggregate.This interface defines the contract a value aggregator descriptor must support.This is the main class for creating a map/reduce job using Aggregate framework.This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.This class implements the generic mapper of Aggregate.This class implements the generic reducer of Aggregate.This class implements a value aggregator that computes the histogram of a sequence of strings.