- All Implemented Interfaces:
- org.apache.tez.runtime.api.LogicalIOProcessor, org.apache.tez.runtime.api.LogicalIOProcessorFrameworkInterface, org.apache.tez.runtime.api.Processor, org.apache.tez.runtime.api.ProcessorFrameworkInterface
- Enclosing class:
- OrderedWordCount
public static class OrderedWordCount.NoOpSorter
extends org.apache.tez.mapreduce.processor.SimpleMRProcessor
No-op sorter processor. It does not need to apply any logic since the ordered partitioned edge
ensures that we get the data sorted and grouped by the the sum key.