- java.lang.Object
-
- org.apache.tez.runtime.api.AbstractLogicalIOProcessor
-
- org.apache.tez.runtime.library.processor.SimpleProcessor
-
- org.apache.tez.examples.HashJoinExample.ForwardingProcessor
-
- 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:
- HashJoinExample
public static class HashJoinExample.ForwardingProcessor
extends org.apache.tez.runtime.library.processor.SimpleProcessor
Reads key-values from the source and forwards the value as the key for the
output
-
-
Field Summary
-
Fields inherited from class org.apache.tez.runtime.library.processor.SimpleProcessor
inputs, outputs
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
run() |
-
Methods inherited from class org.apache.tez.runtime.library.processor.SimpleProcessor
close, getInputs, getOutputs, handleEvents, initialize, postOp, preOp, run
-
Methods inherited from class org.apache.tez.runtime.api.AbstractLogicalIOProcessor
getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014 Apache Software Foundation. All rights reserved.