org.apache.hadoop.hive.ql.optimizer
Class GenMROperator
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.GenMROperator
- All Implemented Interfaces:
- NodeProcessor
public class GenMROperator
- extends Object
- implements NodeProcessor
Processor for the rule - no specific rule fired.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenMROperator
public GenMROperator()
process
public Object process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
throws SemanticException
- Reduce Scan encountered.
- Specified by:
process in interface NodeProcessor
- Parameters:
nd - the reduce sink operator encounteredprocCtx - 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 © 2014 The Apache Software Foundation. All rights reserved.