org.apache.hadoop.hive.ql.optimizer
Class GenMRRedSink3
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.GenMRRedSink3
- All Implemented Interfaces:
- NodeProcessor
public class GenMRRedSink3
- extends Object
- implements NodeProcessor
Processor for the rule - union followed by reduce sink.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenMRRedSink3
public GenMRRedSink3()
process
public Object process(Node nd,
Stack<Node> stack,
NodeProcessorCtx opProcCtx,
Object... nodeOutputs)
throws SemanticException
- Reduce Scan encountered.
- Specified by:
process
in interface NodeProcessor
- Parameters:
nd
- the reduce sink operator encounteredopProcCtx
- contextnodeOutputs
- A variable argument list of outputs from other nodes in the walk
- Returns:
- Object to be returned by the process call
- Throws:
SemanticException
Copyright © 2013 The Apache Software Foundation