- SecondarySort - Class in org.apache.tez.mapreduce.examples
-
This is an example Hadoop Map/Reduce application.
- SecondarySort() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort
-
- SecondarySort.FirstGroupingComparator - Class in org.apache.tez.mapreduce.examples
-
Compare only the first part of the pair, so that reduce is called once
for each value of the first part.
- SecondarySort.FirstGroupingComparator() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.FirstGroupingComparator
-
- SecondarySort.FirstPartitioner - Class in org.apache.tez.mapreduce.examples
-
Partition based on the first part of the pair.
- SecondarySort.FirstPartitioner() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.FirstPartitioner
-
- SecondarySort.IntPair - Class in org.apache.tez.mapreduce.examples
-
Define a pair of integers that are writable.
- SecondarySort.IntPair() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.IntPair
-
- SecondarySort.IntPair.Comparator - Class in org.apache.tez.mapreduce.examples
-
A Comparator that compares serialized IntPair.
- SecondarySort.IntPair.Comparator() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.IntPair.Comparator
-
- SecondarySort.MapClass - Class in org.apache.tez.mapreduce.examples
-
Read two integers from each line and generate a key, value pair
as ((left, right), right).
- SecondarySort.MapClass() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.MapClass
-
- SecondarySort.Reduce - Class in org.apache.tez.mapreduce.examples
-
A reducer class that just emits the sum of the input values.
- SecondarySort.Reduce() - Constructor for class org.apache.tez.mapreduce.examples.SecondarySort.Reduce
-
- set(int, int) - Method in class org.apache.tez.mapreduce.examples.SecondarySort.IntPair
-
Set the left and right values.
- setup(Reducer<IntWritable, IntWritable, IntWritable, IntWritable>.Context) - Method in class org.apache.tez.mapreduce.examples.MRRSleepJob.ISleepReducer
-
- setup(Mapper<IntWritable, IntWritable, IntWritable, IntWritable>.Context) - Method in class org.apache.tez.mapreduce.examples.MRRSleepJob.SleepMapper
-
- setup(Reducer<IntWritable, IntWritable, NullWritable, NullWritable>.Context) - Method in class org.apache.tez.mapreduce.examples.MRRSleepJob.SleepReducer
-
- Sort<K,V> - Class in org.apache.tez.mapreduce.examples
-
This is the trivial map/reduce program that does absolutely nothing
other than use the framework to fragment and sort the input values.
- Sort() - Constructor for class org.apache.tez.mapreduce.examples.Sort
-
- SplitsInClientOptionParser - Class in org.apache.tez.mapreduce.examples.helpers
-
- SplitsInClientOptionParser() - Constructor for class org.apache.tez.mapreduce.examples.helpers.SplitsInClientOptionParser
-