public class GenMRRedSink2 extends java.lang.Object implements NodeProcessor
Constructor and Description |
---|
GenMRRedSink2() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
process(Node nd,
java.util.Stack<Node> stack,
NodeProcessorCtx opProcCtx,
java.lang.Object... nodeOutputs)
Reduce Scan encountered.
|
public java.lang.Object process(Node nd, java.util.Stack<Node> stack, NodeProcessorCtx opProcCtx, java.lang.Object... nodeOutputs) throws SemanticException
process
in interface NodeProcessor
nd
- the reduce sink operator encounteredopProcCtx
- contextnodeOutputs
- A variable argument list of outputs from other nodes in the walkSemanticException
Copyright © 2012 The Apache Software Foundation