public static class MapJoinProcessor.MapJoinFS extends java.lang.Object implements NodeProcessor
Constructor and Description |
---|
MapJoinFS() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
process(Node nd,
java.util.Stack<Node> stack,
NodeProcessorCtx procCtx,
java.lang.Object... nodeOutputs)
Store the current mapjoin in a list of mapjoins followed by a filesink.
|
public java.lang.Object process(Node nd, java.util.Stack<Node> stack, NodeProcessorCtx procCtx, java.lang.Object... nodeOutputs) throws SemanticException
process
in interface NodeProcessor
nd
- operator to processprocCtx
- operator processor contextnodeOutputs
- A variable argument list of outputs from other nodes in the walkSemanticException
Copyright © 2012 The Apache Software Foundation