JOIN_KEY - type of join keyINPUT_RECORD - type of input recordOUT - type of output of mapreducepublic class Join<JOIN_KEY,INPUT_RECORD,OUT> extends Object
| Constructor and Description |
|---|
Join(Joiner<JOIN_KEY,INPUT_RECORD,OUT> joiner,
JOIN_KEY joinKey,
Iterator<JoinElement<INPUT_RECORD>> iterator,
int numOfInputs,
Emitter<OUT> emitter) |
public Join(Joiner<JOIN_KEY,INPUT_RECORD,OUT> joiner, JOIN_KEY joinKey, Iterator<JoinElement<INPUT_RECORD>> iterator, int numOfInputs, Emitter<OUT> emitter) throws Exception
ExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.