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