public class POMergeCogroupTez extends POMergeCogroup implements TezInput
PhysicalOperator.OriginalLocationalias, illustrator, input, inputAttached, inputs, lineageTracer, mBagFactory, mTupleFactory, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType| Constructor and Description |
|---|
POMergeCogroupTez(OperatorKey k,
java.util.List<PhysicalOperator> inpPOs,
POLocalRearrange[] lrs,
int parallel) |
POMergeCogroupTez(POMergeCogroup copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
Add to the list of inputs to skip download if already available in vertex cache
|
void |
attachInputs(java.util.Map<java.lang.String,org.apache.tez.runtime.api.LogicalInput> inputs,
org.apache.hadoop.conf.Configuration conf)
Attach the inputs to the operator.
|
POMergeCogroupTez |
clone()
Make a copy of this operator.
|
java.lang.String[] |
getTezInputs() |
java.lang.String |
name() |
protected java.util.List<Pair<java.lang.Integer,Tuple>> |
readIndex() |
void |
replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey) |
void |
setInputKey(java.lang.String inputKey) |
addTupleToIndex, getIdxFuncSpec, getIndexFileName, getLRInnerPlansOf, getNextTuple, illustratorMarkup, isEndOfInput, setEndOfInput, setEndOfRecordMark, setIdxFuncSpec, setIndexFileName, setLoaderSignatures, setSideFileSpecs, setSideLoadFuncs, supportsMultipleInputs, supportsMultipleOutputs, visitaddOriginalLocation, addOriginalLocation, attachInput, cloneHelper, clonePlans, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextBoolean, getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getOriginalLocations, getParentPlan, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isEndOfAllInput, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setIllustrator, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanupcompareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMappublic POMergeCogroupTez(OperatorKey k, java.util.List<PhysicalOperator> inpPOs, POLocalRearrange[] lrs, int parallel)
public POMergeCogroupTez(POMergeCogroup copy)
public void setInputKey(java.lang.String inputKey)
public java.lang.String[] getTezInputs()
getTezInputs in interface TezInputpublic void replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey)
replaceInput in interface TezInputpublic void addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
TezInputaddInputsToSkip in interface TezInputpublic void attachInputs(java.util.Map<java.lang.String,org.apache.tez.runtime.api.LogicalInput> inputs,
org.apache.hadoop.conf.Configuration conf)
throws ExecException
TezInputattachInputs in interface TezInputinputs - available inputsconf - configurationExecExceptionpublic java.lang.String name()
name in class POMergeCogroupprotected java.util.List<Pair<java.lang.Integer,Tuple>> readIndex()
readIndex in class POMergeCogrouppublic POMergeCogroupTez clone() throws java.lang.CloneNotSupportedException
PhysicalOperatorclone in class POMergeCogroupjava.lang.CloneNotSupportedExceptionDo not use the clone method directly. Operators are cloned when logical plans
are cloned using {@link LogicalPlanCloner}Copyright © 2007-2025 The Apache Software Foundation