Package | Description |
---|---|
org.apache.hadoop.examples |
Hadoop example code.
|
Modifier and Type | Method and Description |
---|---|
int |
SecondarySort.FirstGroupingComparator.compare(SecondarySort.IntPair o1,
SecondarySort.IntPair o2) |
int |
SecondarySort.IntPair.compareTo(SecondarySort.IntPair o) |
int |
SecondarySort.FirstPartitioner.getPartition(SecondarySort.IntPair key,
IntWritable value,
int numPartitions) |
void |
SecondarySort.Reduce.reduce(SecondarySort.IntPair key,
Iterable<IntWritable> values,
Reducer.Context context) |
Copyright © 2013 Apache Software Foundation. All rights reserved.