EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description |
|---|
ReadScalarsTez(java.lang.String inputKey) |
| 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.
|
java.lang.Object |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
java.lang.String[] |
getTezInputs() |
void |
replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey) |
addCredentials, allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic 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.Object exec(Tuple input) throws java.io.IOException
EvalFuncCopyright © 2007-2025 The Apache Software Foundation