- 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.FirstPartitioner - Class in org.apache.tez.mapreduce.examples
-
Partition based on the first part of the pair.
- SecondarySort.IntPair - Class in org.apache.tez.mapreduce.examples
-
Define a pair of integers that are writable.
- SecondarySort.IntPair.Comparator - Class in org.apache.tez.mapreduce.examples
-
A Comparator that compares serialized IntPair.
- 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.Reduce - Class in org.apache.tez.mapreduce.examples
-
A reducer class that just emits the sum of the input values.
- 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
-
- setup(Mapper<Object, Text, Text, IntWritable>.Context) - Method in class org.apache.tez.mapreduce.examples.TestOrderedWordCount.TokenizerMapper
-
- setupOutput() - Method in class org.apache.tez.mapreduce.examples.CartesianProduct.FakeOutputCommitter
-
- SleepInputFormat() - Constructor for class org.apache.tez.mapreduce.examples.MRRSleepJob.SleepInputFormat
-
- SleepMapper() - Constructor for class org.apache.tez.mapreduce.examples.MRRSleepJob.SleepMapper
-
- SleepReducer() - Constructor for 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
-
- start() - Method in class org.apache.tez.mapreduce.examples.CartesianProduct.FakeInput
-
- start() - Method in class org.apache.tez.mapreduce.examples.CartesianProduct.FakeOutput
-